Html Css Color HEX #5BC970 Emerald

📋 copy color: '#5BC970'

red 91 ◦ green 201 ◦ blue 112

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

Shades of Emerald #5BC970

Tints of Emerald #5BC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.75%

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

R = 22.52%
G = 49.75%
B = 27.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#5BC970 (or 0x5BC970) is known color: Emerald. HEX triplet: 5B, C9 and 70. RGB value is (91,201,112). Sum of RGB (Red+Green+Blue) = 91+201+112=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC970 is #A4368F. Grayscale: #9E9E9E. Windows color (decimal): -10761872 or 7391579. OLE color: 7391579.

HSL color Cylindrical-coordinate representation of color #5BC970: hue angle of 131.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC970 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 201 112 -
CMYK 0.55 0 0.44 0.21
HSL 131.45º 0.5% 0.57% -
HSV(B) 131.45º 0.55% 0.79% -
XYZ 28.13 45.17 22.57 -
YUV 157.96 102.06 80.24 -
System Red Green Blue C M Y K H S L
Decimal 91 201 112 0.55 0 0.44 0.21 131.45 0.5 0.57
Hex 5B C9 70 37 0 2C 15 83 32 39
Octal 133 311 160 67 0 54 25 203 62 71
Binary 1011011 11001001 1110000 110111 0 101100 10101 10000011 110010 111001

Color Harmonies of #5BC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC970

Black with #5BC970

Text Example


Text Example

White with #5BC970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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