#52DA05

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

Shades of Kelly Green #52DA05

Tints of Kelly Green #52DA05

Color information

#52DA05 (or 0x52DA05) is unknown color: approx Kelly Green. HEX triplet: 52, DA and 05. RGB value is (82,218,5). Sum of RGB (Red+Green+Blue) = 82+218+5=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA05 is #AD25FA. Grayscale: #999999. Windows color (decimal): -11347451 or 383570. OLE color: 383570.

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

Color convert

RGB822185-
CMYK0.6200.980.15
HSL98.31º95.52%43.73%-
HSV(B)98.31º97.71%85.49%-
XYZ28.5851.958.66-
YUV153.0544.4477.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 218 (85.55% from 255) = 71.48%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=26.89%
G=71.48%
B=1.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8221850.6200.980.1598.3195.5243.73
Hex52DA53E062F62602c
Octal12233257601421714214054
Binary10100101101101010111111001100010111111000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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