Html Css Color HEX #52C520 Kelly Green

📋 copy color: '#52C520'

red 82 ◦ green 197 ◦ blue 32

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

Shades of Kelly Green #52C520

Tints of Kelly Green #52C520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.34%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 26.37%
G = 63.34%
B = 10.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#52C520 (or 0x52C520) is known color: Kelly Green. HEX triplet: 52, C5 and 20. RGB value is (82,197,32). Sum of RGB (Red+Green+Blue) = 82+197+32=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #52C520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C520 is #AD3ADF. Grayscale: #909090. Windows color (decimal): -11352800 or 2147666. OLE color: 2147666.

HSL color Cylindrical-coordinate representation of color #52C520: hue angle of 101.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C520 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 32 -
CMYK 0.58 0 0.84 0.23
HSL 101.82º 0.72% 0.45% -
HSV(B) 101.82º 0.84% 0.77% -
XYZ 23.71 41.83 8.19 -
YUV 143.81 64.9 83.92 -
System Red Green Blue C M Y K H S L
Decimal 82 197 32 0.58 0 0.84 0.23 101.82 0.72 0.45
Hex 52 C5 20 3A 0 54 17 66 48 2D
Octal 122 305 40 72 0 124 27 146 110 55
Binary 1010010 11000101 100000 111010 0 1010100 10111 1100110 1001000 101101

Color Harmonies of #52C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C520

Black with #52C520

Text Example


Text Example

White with #52C520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,32); }

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

background-color css

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

 a { background-color: rgb(82,197,32); }

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

border-color css

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

 span { border-color: rgb(82,197,32); }

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