#55B528

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

Shades of Kelly Green #55B528

Tints of Kelly Green #55B528

Color information

#55B528 (or 0x55B528) is unknown color: approx Kelly Green. HEX triplet: 55, B5 and 28. RGB value is (85,181,40). Sum of RGB (Red+Green+Blue) = 85+181+40=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #55B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B528 is #AA4AD7. Grayscale: #888888. Windows color (decimal): -11160280 or 2667861. OLE color: 2667861.

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

Color convert

RGB8518140-
CMYK0.5300.780.29
HSL100.85º63.8%43.33%-
HSV(B)100.85º77.9%70.98%-
XYZ20.6535.137.7-
YUV136.2273.791.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 181 (71.09% from 255) = 59.15%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=27.78%
G=59.15%
B=13.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181400.5300.780.29100.8563.843.33
Hex55B5283504E1D65402b
Octal125265506501163514510053
Binary101010110110101101000110101010011101110111001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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