Html Css Color HEX #52DF16 Kelly Green

📋 copy color: '#52DF16'

red 82 ◦ green 223 ◦ blue 22

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

Shades of Kelly Green #52DF16

Tints of Kelly Green #52DF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.2%

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

R = 25.08%
G = 68.2%
B = 6.73%

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

#52DF16 (or 0x52DF16) is known color: Kelly Green. HEX triplet: 52, DF and 16. RGB value is (82,223,22). Sum of RGB (Red+Green+Blue) = 82+223+22=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF16 is #AD20E9. Grayscale: #9E9E9E. Windows color (decimal): -11346154 or 1498962. OLE color: 1498962.

HSL color Cylindrical-coordinate representation of color #52DF16: hue angle of 102.09º 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 #52DF16 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 22 -
CMYK 0.63 0 0.90 0.13
HSL 102.09º 0.82% 0.48% -
HSV(B) 102.09º 0.9% 0.87% -
XYZ 30.01 54.63 9.72 -
YUV 157.93 51.29 73.84 -
System Red Green Blue C M Y K H S L
Decimal 82 223 22 0.63 0 0.90 0.13 102.09 0.82 0.48
Hex 52 DF 16 3F 0 5A D 66 52 30
Octal 122 337 26 77 0 132 15 146 122 60
Binary 1010010 11011111 10110 111111 0 1011010 1101 1100110 1010010 110000

Color Harmonies of #52DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF16

Black with #52DF16

Text Example


Text Example

White with #52DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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