Html Css Color HEX #5BC060 Fern

📋 copy color: '#5BC060'

red 91 ◦ green 192 ◦ blue 96

#5BC060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5BC060

Tints of Fern #5BC060

RGB

 RED value IS 91 (35.94% from 255) = 24.01%

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 24.01%
G = 50.66%
B = 25.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#5BC060 (or 0x5BC060) is known color: Fern. HEX triplet: 5B, C0 and 60. RGB value is (91,192,96). Sum of RGB (Red+Green+Blue) = 91+192+96=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC060 is #A43F9F. Grayscale: #979797. Windows color (decimal): -10764192 or 6340699. OLE color: 6340699.

HSL color Cylindrical-coordinate representation of color #5BC060: hue angle of 122.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC060 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 96 -
CMYK 0.53 0 0.50 0.25
HSL 122.97º 0.44% 0.55% -
HSV(B) 122.97º 0.53% 0.75% -
XYZ 25.28 40.77 17.6 -
YUV 150.86 97.04 85.31 -
System Red Green Blue C M Y K H S L
Decimal 91 192 96 0.53 0 0.50 0.25 122.97 0.44 0.55
Hex 5B C0 60 35 0 32 19 7B 2C 37
Octal 133 300 140 65 0 62 31 173 54 67
Binary 1011011 11000000 1100000 110101 0 110010 11001 1111011 101100 110111

Color Harmonies of #5BC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC060

Black with #5BC060

Text Example


Text Example

White with #5BC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,192,96); }

 H1.HeaderClassName
 {
   color: #5BC060;
 }
 .AnyTagClassName
 {
   color: #5BC060;
 }
</style>

background-color css

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

 a { background-color: rgb(91,192,96); }

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

border-color css

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

 span { border-color: rgb(91,192,96); }

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