Html Css Color HEX #52D524 Kelly Green

📋 copy color: '#52D524'

red 82 ◦ green 213 ◦ blue 36

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

Shades of Kelly Green #52D524

Tints of Kelly Green #52D524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.35%

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

R = 24.77%
G = 64.35%
B = 10.88%

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

#52D524 (or 0x52D524) is known color: Kelly Green. HEX triplet: 52, D5 and 24. RGB value is (82,213,36). Sum of RGB (Red+Green+Blue) = 82+213+36=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #52D524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D524 is #AD2ADB. Grayscale: #9A9A9A. Windows color (decimal): -11348700 or 2413906. OLE color: 2413906.

HSL color Cylindrical-coordinate representation of color #52D524: hue angle of 104.41º 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 #52D524 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 36 -
CMYK 0.62 0 0.83 0.16
HSL 104.41º 0.71% 0.49% -
HSV(B) 104.41º 0.83% 0.84% -
XYZ 27.59 49.51 9.77 -
YUV 153.65 61.6 76.89 -
System Red Green Blue C M Y K H S L
Decimal 82 213 36 0.62 0 0.83 0.16 104.41 0.71 0.49
Hex 52 D5 24 3E 0 53 10 68 47 31
Octal 122 325 44 76 0 123 20 150 107 61
Binary 1010010 11010101 100100 111110 0 1010011 10000 1101000 1000111 110001

Color Harmonies of #52D524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D524

Black with #52D524

Text Example


Text Example

White with #52D524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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