#5CCB82

Color #5CCB82 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5CCB82

Tints of Emerald #5CCB82

Color information

#5CCB82 (or 0x5CCB82) is unknown color: approx Emerald. HEX triplet: 5C, CB and 82. RGB value is (92,203,130). Sum of RGB (Red+Green+Blue) = 92+203+130=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCB82 is #A3347D. Grayscale: #A1A1A1. Windows color (decimal): -10695806 or 8571740. OLE color: 8571740.

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

Color convert

RGB92203130-
CMYK0.5500.360.20
HSL140.54º51.63%57.84%-
HSV(B)140.54º54.68%79.61%-
XYZ29.846.628.54-
YUV161.49110.2378.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 203 (79.69% from 255) = 47.76%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=21.65%
G=47.76%
B=30.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922031300.5500.360.20140.5451.6357.84
Hex5CCB8237024148d343a
Octal13431320267044242156472
Binary1011100110010111000001011011101001001010010001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,203,130); }

 H1.HeaderClassName
 {
   color: #5CCB82;
 }
 .AnyTagClassName
 {
   color: #5CCB82;
 }
</style>
background-color css

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

 a { background-color: rgb(92,203,130); }

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

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

 span { border-color: rgb(92,203,130); }

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