#52DA02

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

Shades of Kelly Green #52DA02

Tints of Kelly Green #52DA02

Color information

#52DA02 (or 0x52DA02) is unknown color: approx Kelly Green. HEX triplet: 52, DA and 02. RGB value is (82,218,2). Sum of RGB (Red+Green+Blue) = 82+218+2=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA02 is #AD25FD. Grayscale: #999999. Windows color (decimal): -11347454 or 186962. OLE color: 186962.

HSL color Cylindrical-coordinate representation of color #52DA02: hue angle of 97.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52DA02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB822182-
CMYK0.6200.990.15
HSL97.78º98.18%43.14%-
HSV(B)97.78º99.08%85.49%-
XYZ28.5651.948.58-
YUV152.7142.9477.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 218 (85.55% from 255) = 72.19%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=27.15%
G=72.19%
B=0.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8221820.6200.990.1597.7898.1843.14
Hex52DA23E063F62622b
Octal12233227601431714214253
Binary1010010110110101011111001100011111111000101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,2); }

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

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

 a { background-color: rgb(82,218,2); }

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

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

 span { border-color: rgb(82,218,2); }

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