Html Css Color HEX #52DF20 Kelly Green

📋 copy color: '#52DF20'

red 82 ◦ green 223 ◦ blue 32

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

Shades of Kelly Green #52DF20

Tints of Kelly Green #52DF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 24.33%
G = 66.17%
B = 9.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#52DF20 (or 0x52DF20) is known color: Kelly Green. HEX triplet: 52, DF and 20. RGB value is (82,223,32). Sum of RGB (Red+Green+Blue) = 82+223+32=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF20 is #AD20DF. Grayscale: #9F9F9F. Windows color (decimal): -11346144 or 2154322. OLE color: 2154322.

HSL color Cylindrical-coordinate representation of color #52DF20: hue angle of 104.29º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52DF20 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 32 -
CMYK 0.63 0 0.86 0.13
HSL 104.29º 0.75% 0.5% -
HSV(B) 104.29º 0.86% 0.87% -
XYZ 30.13 54.67 10.33 -
YUV 159.07 56.29 73.03 -
System Red Green Blue C M Y K H S L
Decimal 82 223 32 0.63 0 0.86 0.13 104.29 0.75 0.5
Hex 52 DF 20 3F 0 56 D 68 4B 32
Octal 122 337 40 77 0 126 15 150 113 62
Binary 1010010 11011111 100000 111111 0 1010110 1101 1101000 1001011 110010

Color Harmonies of #52DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF20

Black with #52DF20

Text Example


Text Example

White with #52DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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