#5CCC85

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

Shades of Emerald #5CCC85

Tints of Emerald #5CCC85

Color information

#5CCC85 (or 0x5CCC85) is unknown color: approx Emerald. HEX triplet: 5C, CC and 85. RGB value is (92,204,133). Sum of RGB (Red+Green+Blue) = 92+204+133=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCC85 is #A3337A. Grayscale: #A2A2A2. Windows color (decimal): -10695547 or 8768604. OLE color: 8768604.

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

Color convert

RGB92204133-
CMYK0.5500.350.2
HSL141.96º52.34%58.04%-
HSV(B)141.96º54.9%80%-
XYZ30.2447.1529.7-
YUV162.42111.3977.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.45%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=21.45%
G=47.55%
B=31.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal922041330.5500.350.2141.9652.3458.04
Hex5CCC8537023148e343a
Octal13431420567043242166472
Binary1011100110011001000010111011101000111010010001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,204,133); }

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

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

 a { background-color: rgb(92,204,133); }

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

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

 span { border-color: rgb(92,204,133); }

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