#55B520

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

Shades of Kelly Green #55B520

Tints of Kelly Green #55B520

Color information

#55B520 (or 0x55B520) is unknown color: approx Kelly Green. HEX triplet: 55, B5 and 20. RGB value is (85,181,32). Sum of RGB (Red+Green+Blue) = 85+181+32=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #55B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B520 is #AA4ADF. Grayscale: #878787. Windows color (decimal): -11160288 or 2143573. OLE color: 2143573.

HSL color Cylindrical-coordinate representation of color #55B520: hue angle of 98.66º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55B520 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB8518132-
CMYK0.5300.820.29
HSL98.66º69.95%41.76%-
HSV(B)98.66º82.32%70.98%-
XYZ20.5335.087.06-
YUV135.3169.792.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 181 (71.09% from 255) = 60.74%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=28.52%
G=60.74%
B=10.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181320.5300.820.2998.6669.9541.76
Hex55B520350521D63462a
Octal125265406501223514310652
Binary101010110110101100000110101010100101110111000111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,32); }

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

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

 a { background-color: rgb(85,181,32); }

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

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

 span { border-color: rgb(85,181,32); }

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