Html Css Color HEX #52D724 Kelly Green

📋 copy color: '#52D724'

red 82 ◦ green 215 ◦ blue 36

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

Shades of Kelly Green #52D724

Tints of Kelly Green #52D724

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.56%

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

R = 24.62%
G = 64.56%
B = 10.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#52D724 (or 0x52D724) is known color: Kelly Green. HEX triplet: 52, D7 and 24. RGB value is (82,215,36). Sum of RGB (Red+Green+Blue) = 82+215+36=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #52D724 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D724 is #AD28DB. Grayscale: #9B9B9B. Windows color (decimal): -11348188 or 2414418. OLE color: 2414418.

HSL color Cylindrical-coordinate representation of color #52D724: hue angle of 104.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52D724 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 36 -
CMYK 0.62 0 0.83 0.16
HSL 104.58º 0.71% 0.49% -
HSV(B) 104.58º 0.83% 0.84% -
XYZ 28.1 50.52 9.94 -
YUV 154.83 60.94 76.05 -
System Red Green Blue C M Y K H S L
Decimal 82 215 36 0.62 0 0.83 0.16 104.58 0.71 0.49
Hex 52 D7 24 3E 0 53 10 69 47 31
Octal 122 327 44 76 0 123 20 151 107 61
Binary 1010010 11010111 100100 111110 0 1010011 10000 1101001 1000111 110001

Color Harmonies of #52D724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D724

Black with #52D724

Text Example


Text Example

White with #52D724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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