#5CDC8D

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

Shades of Emerald #5CDC8D

Tints of Emerald #5CDC8D

Color information

#5CDC8D (or 0x5CDC8D) is unknown color: approx Emerald. HEX triplet: 5C, DC and 8D. RGB value is (92,220,141). Sum of RGB (Red+Green+Blue) = 92+220+141=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDC8D is #A32372. Grayscale: #ACACAC. Windows color (decimal): -10691443 or 9296988. OLE color: 9296988.

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

Color convert

RGB92220141-
CMYK0.5800.360.14
HSL142.97º64.65%61.18%-
HSV(B)142.97º58.18%86.27%-
XYZ34.8155.3834.05-
YUV172.72110.0970.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.31%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=20.31%
G=48.57%
B=31.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201410.5800.360.14142.9764.6561.18
Hex5CDC8D3A024E8f413d
Octal134334215720441621710175
Binary1011100110111001000110111101001001001110100011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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