#52DA00

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

Shades of Kelly Green #52DA00

Tints of Kelly Green #52DA00

Color information

#52DA00 (or 0x52DA00) is unknown color: approx Kelly Green. HEX triplet: 52, DA and 00. RGB value is (82,218,0). Sum of RGB (Red+Green+Blue) = 82+218+0=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA00 is #AD25FF. Grayscale: #999999. Windows color (decimal): -11347456 or 55890. OLE color: 55890.

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

Color convert

RGB822180-
CMYK0.62010.15
HSL97.43º100%42.75%-
HSV(B)97.43º100%85.49%-
XYZ28.5551.948.52-
YUV152.4841.9477.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 218 (85.55% from 255) = 72.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.33%
G=72.67%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8221800.62010.1597.4310042.75
Hex52DA03E064F61642b
Octal12233207601441714114453
Binary101001011011010011111001100100111111000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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