Html Css Color HEX #52DD16 Kelly Green

📋 copy color: '#52DD16'

red 82 ◦ green 221 ◦ blue 22

#52DD16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #52DD16

Tints of Kelly Green #52DD16

RGB

 RED value IS 82 (32.42% from 255) = 25.23%

 GREEN value IS 221 (86.72% from 255) = 68%

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 25.23%
G = 68%
B = 6.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#52DD16 (or 0x52DD16) is known color: Kelly Green. HEX triplet: 52, DD and 16. RGB value is (82,221,22). Sum of RGB (Red+Green+Blue) = 82+221+22=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DD16 is #AD22E9. Grayscale: #9D9D9D. Windows color (decimal): -11346666 or 1498450. OLE color: 1498450.

HSL color Cylindrical-coordinate representation of color #52DD16: hue angle of 101.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52DD16 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 22 -
CMYK 0.63 0 0.90 0.13
HSL 101.91º 0.82% 0.48% -
HSV(B) 101.91º 0.9% 0.87% -
XYZ 29.48 53.56 9.54 -
YUV 156.75 51.95 74.68 -
System Red Green Blue C M Y K H S L
Decimal 82 221 22 0.63 0 0.90 0.13 101.91 0.82 0.48
Hex 52 DD 16 3F 0 5A D 66 52 30
Octal 122 335 26 77 0 132 15 146 122 60
Binary 1010010 11011101 10110 111111 0 1011010 1101 1100110 1010010 110000

Color Harmonies of #52DD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD16

Black with #52DD16

Text Example


Text Example

White with #52DD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DD16;
 }
 .AnyTagClassName
 {
   color: #52DD16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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