#55D067

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

Shades of Emerald #55D067

Tints of Emerald #55D067

Color information

#55D067 (or 0x55D067) is unknown color: approx Emerald. HEX triplet: 55, D0 and 67. RGB value is (85,208,103). Sum of RGB (Red+Green+Blue) = 85+208+103=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #55D067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D067 is #AA2F98. Grayscale: #9F9F9F. Windows color (decimal): -11153305 or 6803541. OLE color: 6803541.

HSL color Cylindrical-coordinate representation of color #55D067: hue angle of 128.78º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D067 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB85208103-
CMYK0.5900.500.18
HSL128.78º56.68%57.45%-
HSV(B)128.78º59.13%81.57%-
XYZ28.7548.0220.59-
YUV159.2596.2575.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=21.46%
G=52.53%
B=26.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081030.5900.500.18128.7856.6857.45
Hex55D0673B03212813939
Octal12532014773062222017171
Binary101010111010000110011111101101100101001010000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,103); }

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

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

 a { background-color: rgb(85,208,103); }

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

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

 span { border-color: rgb(85,208,103); }

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