#55CD6E

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

Shades of Emerald #55CD6E

Tints of Emerald #55CD6E

Color information

#55CD6E (or 0x55CD6E) is unknown color: approx Emerald. HEX triplet: 55, CD and 6E. RGB value is (85,205,110). Sum of RGB (Red+Green+Blue) = 85+205+110=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD6E is #AA3291. Grayscale: #9E9E9E. Windows color (decimal): -11154066 or 7261525. OLE color: 7261525.

HSL color Cylindrical-coordinate representation of color #55CD6E: hue angle of 132.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD6E is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB85205110-
CMYK0.5900.460.20
HSL132.5º54.55%56.86%-
HSV(B)132.5º58.54%80.39%-
XYZ28.3946.7222.27-
YUV158.29100.7475.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 205 (80.47% from 255) = 51.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=21.25%
G=51.25%
B=27.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051100.5900.460.20132.554.5556.86
Hex55CD6E3B02E14843739
Octal12531515673056242046771
Binary101010111001101110111011101101011101010010000100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CD6E; }

 p { color: rgb(85,205,110); }

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

<style>
 a { background-color: #55CD6E; }

 a { background-color: rgb(85,205,110); }

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

<style>
 span { border-color: #55CD6E; }

 span { border-color: rgb(85,205,110); }

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