Html Css Color HEX #5BCB70 Emerald

📋 copy color: '#5BCB70'

red 91 ◦ green 203 ◦ blue 112

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

Shades of Emerald #5BCB70

Tints of Emerald #5BCB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

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

R = 22.41%
G = 50%
B = 27.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#5BCB70 (or 0x5BCB70) is known color: Emerald. HEX triplet: 5B, CB and 70. RGB value is (91,203,112). Sum of RGB (Red+Green+Blue) = 91+203+112=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB70 is #A4348F. Grayscale: #9F9F9F. Windows color (decimal): -10761360 or 7392091. OLE color: 7392091.

HSL color Cylindrical-coordinate representation of color #5BCB70: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCB70 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 203 112 -
CMYK 0.55 0 0.45 0.20
HSL 131.25º 0.52% 0.58% -
HSV(B) 131.25º 0.55% 0.8% -
XYZ 28.59 46.11 22.72 -
YUV 159.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 91 203 112 0.55 0 0.45 0.20 131.25 0.52 0.58
Hex 5B CB 70 37 0 2D 14 83 34 3A
Octal 133 313 160 67 0 55 24 203 64 72
Binary 1011011 11001011 1110000 110111 0 101101 10100 10000011 110100 111010

Color Harmonies of #5BCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCB70

Black with #5BCB70

Text Example


Text Example

White with #5BCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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