#55B52F

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

Shades of Kelly Green #55B52F

Tints of Kelly Green #55B52F

Color information

#55B52F (or 0x55B52F) is unknown color: approx Kelly Green. HEX triplet: 55, B5 and 2F. RGB value is (85,181,47). Sum of RGB (Red+Green+Blue) = 85+181+47=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #55B52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B52F is #AA4AD0. Grayscale: #898989. Windows color (decimal): -11160273 or 3126613. OLE color: 3126613.

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

Color convert

RGB8518147-
CMYK0.5300.740.29
HSL102.99º58.77%44.71%-
HSV(B)102.99º74.03%70.98%-
XYZ20.7835.188.39-
YUV137.0277.290.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 181 (71.09% from 255) = 57.83%
BLUE value IS 47 (18.75% from 255) = 15.02%
R=27.16%
G=57.83%
B=15.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181470.5300.740.29102.9958.7744.71
Hex55B52F3504A1D673b2d
Octal12526557650112351477355
Binary10101011011010110111111010101001010111011100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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