#52B421

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

Shades of Kelly Green #52B421

Tints of Kelly Green #52B421

Color information

#52B421 (or 0x52B421) is unknown color: approx Kelly Green. HEX triplet: 52, B4 and 21. RGB value is (82,180,33). Sum of RGB (Red+Green+Blue) = 82+180+33=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #52B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B421 is #AD4BDE. Grayscale: #868686. Windows color (decimal): -11357151 or 2208850. OLE color: 2208850.

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

Color convert

RGB8218033-
CMYK0.5400.820.29
HSL100º69.01%41.76%-
HSV(B)100º81.67%70.59%-
XYZ20.0834.557.05-
YUV133.9471.0390.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=27.80%
G=61.02%
B=11.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180330.5400.820.2910069.0141.76
Hex52B421360521D64452a
Octal122264416601223514410552
Binary101001010110100100001110110010100101110111001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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