Html Css Color HEX #52A302 Kelly Green

📋 copy color: '#52A302'

red 82 ◦ green 163 ◦ blue 2

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

Shades of Kelly Green #52A302

Tints of Kelly Green #52A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.99%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 33.2%
G = 65.99%
B = 0.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#52A302 (or 0x52A302) is known color: Kelly Green. HEX triplet: 52, A3 and 02. RGB value is (82,163,2). Sum of RGB (Red+Green+Blue) = 82+163+2=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #52A302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A302 is #AD5CFD. Grayscale: #787878. Windows color (decimal): -11361534 or 172882. OLE color: 172882.

HSL color Cylindrical-coordinate representation of color #52A302: hue angle of 90.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52A302 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 2 -
CMYK 0.50 0 0.99 0.36
HSL 90.19º 0.98% 0.32% -
HSV(B) 90.19º 0.99% 0.64% -
XYZ 16.59 27.99 4.59 -
YUV 120.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 82 163 2 0.50 0 0.99 0.36 90.19 0.98 0.32
Hex 52 A3 2 32 0 63 24 5A 62 20
Octal 122 243 2 62 0 143 44 132 142 40
Binary 1010010 10100011 10 110010 0 1100011 100100 1011010 1100010 100000

Color Harmonies of #52A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A302

Black with #52A302

Text Example


Text Example

White with #52A302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,2); }

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

background-color css

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

 a { background-color: rgb(82,163,2); }

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

border-color css

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

 span { border-color: rgb(82,163,2); }

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