#55DA7E

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

Shades of Emerald #55DA7E

Tints of Emerald #55DA7E

Color information

#55DA7E (or 0x55DA7E) is unknown color: approx Emerald. HEX triplet: 55, DA and 7E. RGB value is (85,218,126). Sum of RGB (Red+Green+Blue) = 85+218+126=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA7E is #AA2581. Grayscale: #A7A7A7. Windows color (decimal): -11150722 or 8313429. OLE color: 8313429.

HSL color Cylindrical-coordinate representation of color #55DA7E: hue angle of 138.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA7E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB85218126-
CMYK0.6100.420.15
HSL138.5º64.25%59.41%-
HSV(B)138.5º61.01%85.49%-
XYZ32.5853.5828.36-
YUV167.74104.4468.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 218 (85.55% from 255) = 50.82%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=19.81%
G=50.82%
B=29.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181260.6100.420.15138.564.2559.41
Hex55DA7E3D02AF8a403b
Octal125332176750521721210073
Binary101010111011010111111011110101010101111100010101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,126); }

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

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

 a { background-color: rgb(85,218,126); }

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

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

 span { border-color: rgb(85,218,126); }

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