#55B20D

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

Shades of Kelly Green #55B20D

Tints of Kelly Green #55B20D

Color information

#55B20D (or 0x55B20D) is unknown color: approx Kelly Green. HEX triplet: 55, B2 and 0D. RGB value is (85,178,13). Sum of RGB (Red+Green+Blue) = 85+178+13=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #55B20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55B20D is #AA4DF2. Grayscale: #838383. Windows color (decimal): -11161075 or 897621. OLE color: 897621.

HSL color Cylindrical-coordinate representation of color #55B20D: hue angle of 93.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55B20D is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB8517813-
CMYK0.5200.930.30
HSL93.82º86.39%37.45%-
HSV(B)93.82º92.7%69.8%-
XYZ19.7433.85.86-
YUV131.3861.1994.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 178 (69.92% from 255) = 64.49%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=30.80%
G=64.49%
B=4.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85178130.5200.930.3093.8286.3937.45
Hex55B2D3405D1E5e5625
Octal125262156401353613612645
Binary1010101101100101101110100010111011111010111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,13); }

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

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

 a { background-color: rgb(85,178,13); }

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

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

 span { border-color: rgb(85,178,13); }

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