#52B418

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

Shades of Kelly Green #52B418

Tints of Kelly Green #52B418

Color information

#52B418 (or 0x52B418) is unknown color: approx Kelly Green. HEX triplet: 52, B4 and 18. RGB value is (82,180,24). Sum of RGB (Red+Green+Blue) = 82+180+24=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #52B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B418 is #AD4BE7. Grayscale: #858585. Windows color (decimal): -11357160 or 1619026. OLE color: 1619026.

HSL color Cylindrical-coordinate representation of color #52B418: hue angle of 97.69º 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 #52B418 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB8218024-
CMYK0.5400.870.29
HSL97.69º76.47%40%-
HSV(B)97.69º86.67%70.59%-
XYZ19.9734.56.47-
YUV132.9166.5391.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 24 (9.77% from 255) = 8.39%
R=28.67%
G=62.94%
B=8.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180240.5400.870.2997.6976.4740
Hex52B418360571D624c28
Octal122264306601273514211450
Binary10100101011010011000110110010101111110111000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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