#55d95d

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

Shades of Emerald #55D95D

Tints of Emerald #55D95D

Color information

#55D95D (or 0x55D95D) is unknown color: approx Emerald. HEX triplet: 55, D9 and 5D. RGB value is (85,217,93). Sum of RGB (Red+Green+Blue) = 85+217+93=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #55D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D95D is #AA26A2. Grayscale: #A3A3A3. Windows color (decimal): -11151011 or 6150485. OLE color: 6150485.

HSL color Cylindrical-coordinate representation of color #55D95D: hue angle of 123.64º degrees, saturation: 0.63, 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 #55D95D is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB8521793-
CMYK0.6100.570.15
HSL123.64º63.46%59.22%-
HSV(B)123.64º60.83%85.1%-
XYZ30.5352.3518.85-
YUV163.488.2772.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 217 (85.16% from 255) = 54.94%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=21.52%
G=54.94%
B=23.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85217930.6100.570.15123.6463.4659.22
Hex55D95D3D039F7c3f3b
Octal12533113575071171747773
Binary1010101110110011011101111101011100111111111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55d95d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,217,93); }

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

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

 a { background-color: rgb(85,217,93); }

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

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

 span { border-color: rgb(85,217,93); }

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