Html Css Color HEX #52DD04 Kelly Green

📋 copy color: '#52DD04'

red 82 ◦ green 221 ◦ blue 4

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

Shades of Kelly Green #52DD04

Tints of Kelly Green #52DD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 26.71%
G = 71.99%
B = 1.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#52DD04 (or 0x52DD04) is known color: Kelly Green. HEX triplet: 52, DD and 04. RGB value is (82,221,4). Sum of RGB (Red+Green+Blue) = 82+221+4=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DD04 is #AD22FB. Grayscale: #9B9B9B. Windows color (decimal): -11346684 or 318802. OLE color: 318802.

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

Color convert

RGB 82 221 4 -
CMYK 0.63 0 0.98 0.13
HSL 98.43º 0.96% 0.44% -
HSV(B) 98.43º 0.98% 0.87% -
XYZ 29.36 53.52 8.9 -
YUV 154.7 42.95 76.14 -
System Red Green Blue C M Y K H S L
Decimal 82 221 4 0.63 0 0.98 0.13 98.43 0.96 0.44
Hex 52 DD 4 3F 0 62 D 62 60 2C
Octal 122 335 4 77 0 142 15 142 140 54
Binary 1010010 11011101 100 111111 0 1100010 1101 1100010 1100000 101100

Color Harmonies of #52DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD04

Black with #52DD04

Text Example


Text Example

White with #52DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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