Html Css Color HEX #52CA20 Kelly Green

📋 copy color: '#52CA20'

red 82 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #52CA20

Tints of Kelly Green #52CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.92%

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

R = 25.95%
G = 63.92%
B = 10.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#52CA20 (or 0x52CA20) is known color: Kelly Green. HEX triplet: 52, CA and 20. RGB value is (82,202,32). Sum of RGB (Red+Green+Blue) = 82+202+32=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA20 is #AD35DF. Grayscale: #939393. Windows color (decimal): -11351520 or 2148946. OLE color: 2148946.

HSL color Cylindrical-coordinate representation of color #52CA20: hue angle of 102.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52CA20 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 32 -
CMYK 0.59 0 0.84 0.21
HSL 102.35º 0.73% 0.46% -
HSV(B) 102.35º 0.84% 0.79% -
XYZ 24.86 44.14 8.58 -
YUV 146.74 63.24 81.82 -
System Red Green Blue C M Y K H S L
Decimal 82 202 32 0.59 0 0.84 0.21 102.35 0.73 0.46
Hex 52 CA 20 3B 0 54 15 66 49 2E
Octal 122 312 40 73 0 124 25 146 111 56
Binary 1010010 11001010 100000 111011 0 1010100 10101 1100110 1001001 101110

Color Harmonies of #52CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA20

Black with #52CA20

Text Example


Text Example

White with #52CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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