#5BB96C

Color #5BB96C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5BB96C

Tints of Fern #5BB96C

Color information

#5BB96C (or 0x5BB96C) is unknown color: approx Fern. HEX triplet: 5B, B9 and 6C. RGB value is (91,185,108). Sum of RGB (Red+Green+Blue) = 91+185+108=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB96C is #A44693. Grayscale: #949494. Windows color (decimal): -10765972 or 7125339. OLE color: 7125339.

HSL color Cylindrical-coordinate representation of color #5BB96C: hue angle of 130.85º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB96C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB91185108-
CMYK0.5100.420.27
HSL130.85º40.17%54.12%-
HSV(B)130.85º50.81%72.55%-
XYZ24.373820.24-
YUV148.12105.3687.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=23.70%
G=48.18%
B=28.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911851080.5100.420.27130.8540.1754.12
Hex5BB96C3302A1B832836
Octal13327115463052332035066
Binary101101110111001110110011001101010101101110000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB96C; }

 p { color: rgb(91,185,108); }

 H1.HeaderClassName
 {
   color: #5BB96C;
 }
 .AnyTagClassName
 {
   color: #5BB96C;
 }
</style>
background-color css

<style>
 a { background-color: #5BB96C; }

 a { background-color: rgb(91,185,108); }

 div.DivClassName
 {
   background-color: #5BB96C;
 }
 .BgClassName
 {
   background-color: #5BB96C;
 }
</style>
border-color css

<style>
 span { border-color: #5BB96C; }

 span { border-color: rgb(91,185,108); }

 td.TdClassName
 {
   border-color: #5BB96C;
 }
 .TagClassName
 {
   border-color: #5BB96C;
 }
</style>