Html Css Color HEX #5BCA82 Emerald

📋 copy color: '#5BCA82'

red 91 ◦ green 202 ◦ blue 130

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

Shades of Emerald #5BCA82

Tints of Emerald #5BCA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 21.51%
G = 47.75%
B = 30.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#5BCA82 (or 0x5BCA82) is known color: Emerald. HEX triplet: 5B, CA and 82. RGB value is (91,202,130). Sum of RGB (Red+Green+Blue) = 91+202+130=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA82 is #A4357D. Grayscale: #A0A0A0. Windows color (decimal): -10761598 or 8571483. OLE color: 8571483.

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

Color convert

RGB 91 202 130 -
CMYK 0.55 0 0.36 0.21
HSL 141.08º 0.51% 0.57% -
HSV(B) 141.08º 0.55% 0.79% -
XYZ 29.46 46.08 28.46 -
YUV 160.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 91 202 130 0.55 0 0.36 0.21 141.08 0.51 0.57
Hex 5B CA 82 37 0 24 15 8D 33 39
Octal 133 312 202 67 0 44 25 215 63 71
Binary 1011011 11001010 10000010 110111 0 100100 10101 10001101 110011 111001

Color Harmonies of #5BCA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCA82

Black with #5BCA82

Text Example


Text Example

White with #5BCA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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