Html Css Color HEX #5BC070 Fern

📋 copy color: '#5BC070'

red 91 ◦ green 192 ◦ blue 112

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

Shades of Fern #5BC070

Tints of Fern #5BC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 23.04%
G = 48.61%
B = 28.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#5BC070 (or 0x5BC070) is known color: Fern. HEX triplet: 5B, C0 and 70. RGB value is (91,192,112). Sum of RGB (Red+Green+Blue) = 91+192+112=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC070 is #A43F8F. Grayscale: #989898. Windows color (decimal): -10764176 or 7389275. OLE color: 7389275.

HSL color Cylindrical-coordinate representation of color #5BC070: hue angle of 132.48º 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 #5BC070 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 112 -
CMYK 0.53 0 0.42 0.25
HSL 132.48º 0.44% 0.55% -
HSV(B) 132.48º 0.53% 0.75% -
XYZ 26.09 41.09 21.89 -
YUV 152.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 91 192 112 0.53 0 0.42 0.25 132.48 0.44 0.55
Hex 5B C0 70 35 0 2A 19 84 2C 37
Octal 133 300 160 65 0 52 31 204 54 67
Binary 1011011 11000000 1110000 110101 0 101010 11001 10000100 101100 110111

Color Harmonies of #5BC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC070

Black with #5BC070

Text Example


Text Example

White with #5BC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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