Html Css Color HEX #5BCA70 Emerald

📋 copy color: '#5BCA70'

red 91 ◦ green 202 ◦ blue 112

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

Shades of Emerald #5BCA70

Tints of Emerald #5BCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.88%

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

R = 22.47%
G = 49.88%
B = 27.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#5BCA70 (or 0x5BCA70) is known color: Emerald. HEX triplet: 5B, CA and 70. RGB value is (91,202,112). Sum of RGB (Red+Green+Blue) = 91+202+112=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA70 is #A4358F. Grayscale: #9E9E9E. Windows color (decimal): -10761616 or 7391835. OLE color: 7391835.

HSL color Cylindrical-coordinate representation of color #5BCA70: hue angle of 131.35º degrees, saturation: 0.51, 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 #5BCA70 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 112 -
CMYK 0.55 0 0.45 0.21
HSL 131.35º 0.51% 0.57% -
HSV(B) 131.35º 0.55% 0.79% -
XYZ 28.36 45.64 22.64 -
YUV 158.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 91 202 112 0.55 0 0.45 0.21 131.35 0.51 0.57
Hex 5B CA 70 37 0 2D 15 83 33 39
Octal 133 312 160 67 0 55 25 203 63 71
Binary 1011011 11001010 1110000 110111 0 101101 10101 10000011 110011 111001

Color Harmonies of #5BCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCA70

Black with #5BCA70

Text Example


Text Example

White with #5BCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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