Html Css Color HEX #52DB24 Kelly Green

📋 copy color: '#52DB24'

red 82 ◦ green 219 ◦ blue 36

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

Shades of Kelly Green #52DB24

Tints of Kelly Green #52DB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.99%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 24.33%
G = 64.99%
B = 10.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#52DB24 (or 0x52DB24) is known color: Kelly Green. HEX triplet: 52, DB and 24. RGB value is (82,219,36). Sum of RGB (Red+Green+Blue) = 82+219+36=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB24 is #AD24DB. Grayscale: #9D9D9D. Windows color (decimal): -11347164 or 2415442. OLE color: 2415442.

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

Color convert

RGB 82 219 36 -
CMYK 0.63 0 0.84 0.14
HSL 104.92º 0.72% 0.5% -
HSV(B) 104.92º 0.84% 0.86% -
XYZ 29.13 52.58 10.28 -
YUV 157.18 59.61 74.38 -
System Red Green Blue C M Y K H S L
Decimal 82 219 36 0.63 0 0.84 0.14 104.92 0.72 0.5
Hex 52 DB 24 3F 0 54 E 69 48 32
Octal 122 333 44 77 0 124 16 151 110 62
Binary 1010010 11011011 100100 111111 0 1010100 1110 1101001 1001000 110010

Color Harmonies of #52DB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB24

Black with #52DB24

Text Example


Text Example

White with #52DB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,36); }

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

background-color css

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

 a { background-color: rgb(82,219,36); }

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

border-color css

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

 span { border-color: rgb(82,219,36); }

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