Html Css Color HEX #52D924 Kelly Green

📋 copy color: '#52D924'

red 82 ◦ green 217 ◦ blue 36

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

Shades of Kelly Green #52D924

Tints of Kelly Green #52D924

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.78%

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

R = 24.48%
G = 64.78%
B = 10.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#52D924 (or 0x52D924) is known color: Kelly Green. HEX triplet: 52, D9 and 24. RGB value is (82,217,36). Sum of RGB (Red+Green+Blue) = 82+217+36=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #52D924 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D924 is #AD26DB. Grayscale: #9C9C9C. Windows color (decimal): -11347676 or 2414930. OLE color: 2414930.

HSL color Cylindrical-coordinate representation of color #52D924: hue angle of 104.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52D924 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 217 36 -
CMYK 0.62 0 0.83 0.15
HSL 104.75º 0.72% 0.5% -
HSV(B) 104.75º 0.83% 0.85% -
XYZ 28.61 51.55 10.11 -
YUV 156 60.27 75.22 -
System Red Green Blue C M Y K H S L
Decimal 82 217 36 0.62 0 0.83 0.15 104.75 0.72 0.5
Hex 52 D9 24 3E 0 53 F 69 48 32
Octal 122 331 44 76 0 123 17 151 110 62
Binary 1010010 11011001 100100 111110 0 1010011 1111 1101001 1001000 110010

Color Harmonies of #52D924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D924

Black with #52D924

Text Example


Text Example

White with #52D924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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