#52D716

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

Shades of Kelly Green #52D716

Tints of Kelly Green #52D716

Color information

#52D716 (or 0x52D716) is unknown color: approx Kelly Green. HEX triplet: 52, D7 and 16. RGB value is (82,215,22). Sum of RGB (Red+Green+Blue) = 82+215+22=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #52D716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D716 is #AD28E9. Grayscale: #999999. Windows color (decimal): -11348202 or 1496914. OLE color: 1496914.

HSL color Cylindrical-coordinate representation of color #52D716: hue angle of 101.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D716 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB8221522-
CMYK0.6200.900.16
HSL101.35º81.43%46.47%-
HSV(B)101.35º89.77%84.31%-
XYZ27.9250.459.03-
YUV153.2353.9477.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 215 (84.38% from 255) = 67.40%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=25.71%
G=67.40%
B=6.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82215220.6200.900.16101.3581.4346.47
Hex52D7163E05A1065512e
Octal122327267601322014512156
Binary10100101101011110110111110010110101000011001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,215,22); }

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

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

 a { background-color: rgb(82,215,22); }

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

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

 span { border-color: rgb(82,215,22); }

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