#5CDC8E

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

Shades of Emerald #5CDC8E

Tints of Emerald #5CDC8E

Color information

#5CDC8E (or 0x5CDC8E) is unknown color: approx Emerald. HEX triplet: 5C, DC and 8E. RGB value is (92,220,142). Sum of RGB (Red+Green+Blue) = 92+220+142=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDC8E is #A32371. Grayscale: #ADADAD. Windows color (decimal): -10691442 or 9362524. OLE color: 9362524.

HSL color Cylindrical-coordinate representation of color #5CDC8E: hue angle of 143.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDC8E is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB92220142-
CMYK0.5800.350.14
HSL143.44º64.65%61.18%-
HSV(B)143.44º58.18%86.27%-
XYZ34.8955.4134.45-
YUV172.84110.5970.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.26%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=20.26%
G=48.46%
B=31.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201420.5800.350.14143.4464.6561.18
Hex5CDC8E3A023E8f413d
Octal134334216720431621710175
Binary1011100110111001000111011101001000111110100011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,220,142); }

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

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

 a { background-color: rgb(92,220,142); }

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

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

 span { border-color: rgb(92,220,142); }

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