#55AE2D

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

Shades of Kelly Green #55AE2D

Tints of Kelly Green #55AE2D

Color information

#55AE2D (or 0x55AE2D) is unknown color: approx Kelly Green. HEX triplet: 55, AE and 2D. RGB value is (85,174,45). Sum of RGB (Red+Green+Blue) = 85+174+45=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE2D is #AA51D2. Grayscale: #858585. Windows color (decimal): -11162067 or 2993749. OLE color: 2993749.

HSL color Cylindrical-coordinate representation of color #55AE2D: hue angle of 101.4º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55AE2D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB8517445-
CMYK0.5100.740.32
HSL101.4º58.9%42.94%-
HSV(B)101.4º74.14%68.24%-
XYZ19.3632.397.71-
YUV132.6878.5193.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 174 (68.36% from 255) = 57.24%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=27.96%
G=57.24%
B=14.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174450.5100.740.32101.458.942.94
Hex55AE2D3304A20653b2b
Octal12525655630112401457353
Binary101010110101110101101110011010010101000001100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,45); }

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

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

 a { background-color: rgb(85,174,45); }

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

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

 span { border-color: rgb(85,174,45); }

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