#55AD2D

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

Shades of Kelly Green #55AD2D

Tints of Kelly Green #55AD2D

Color information

#55AD2D (or 0x55AD2D) is unknown color: approx Kelly Green. HEX triplet: 55, AD and 2D. RGB value is (85,173,45). Sum of RGB (Red+Green+Blue) = 85+173+45=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD2D is #AA52D2. Grayscale: #848484. Windows color (decimal): -11162323 or 2993493. OLE color: 2993493.

HSL color Cylindrical-coordinate representation of color #55AD2D: hue angle of 101.25º 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 #55AD2D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB8517345-
CMYK0.5100.740.32
HSL101.25º58.72%42.75%-
HSV(B)101.25º73.99%67.84%-
XYZ19.1632.017.65-
YUV132.178.8594.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=28.05%
G=57.10%
B=14.85%

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
Decimal85173450.5100.740.32101.2558.7242.75
Hex55AD2D3304A20653b2b
Octal12525555630112401457353
Binary101010110101101101101110011010010101000001100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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