#55B418

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

Shades of Kelly Green #55B418

Tints of Kelly Green #55B418

Color information

#55B418 (or 0x55B418) is unknown color: approx Kelly Green. HEX triplet: 55, B4 and 18. RGB value is (85,180,24). Sum of RGB (Red+Green+Blue) = 85+180+24=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #55B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B418 is #AA4BE7. Grayscale: #868686. Windows color (decimal): -11160552 or 1619029. OLE color: 1619029.

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

Color convert

RGB8518024-
CMYK0.5300.870.29
HSL96.54º76.47%40%-
HSV(B)96.54º86.67%70.59%-
XYZ20.2334.646.48-
YUV133.8166.0393.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 180 (70.70% from 255) = 62.28%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=29.41%
G=62.28%
B=8.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180240.5300.870.2996.5476.4740
Hex55B418350571D614c28
Octal125264306501273514111450
Binary10101011011010011000110101010101111110111000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,24); }

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

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

 a { background-color: rgb(85,180,24); }

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

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

 span { border-color: rgb(85,180,24); }

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