Html Css Color HEX #52A202 Kelly Green

📋 copy color: '#52A202'

red 82 ◦ green 162 ◦ blue 2

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

Shades of Kelly Green #52A202

Tints of Kelly Green #52A202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 65.85%

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

R = 33.33%
G = 65.85%
B = 0.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#52A202 (or 0x52A202) is known color: Kelly Green. HEX triplet: 52, A2 and 02. RGB value is (82,162,2). Sum of RGB (Red+Green+Blue) = 82+162+2=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #52A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A202 is #AD5DFD. Grayscale: #787878. Windows color (decimal): -11361790 or 172626. OLE color: 172626.

HSL color Cylindrical-coordinate representation of color #52A202: hue angle of 90º 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 #52A202 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 2 -
CMYK 0.49 0 0.99 0.36
HSL 90º 0.98% 0.32% -
HSV(B) 90º 0.99% 0.64% -
XYZ 16.41 27.64 4.53 -
YUV 119.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 82 162 2 0.49 0 0.99 0.36 90 0.98 0.32
Hex 52 A2 2 31 0 63 24 5A 62 20
Octal 122 242 2 61 0 143 44 132 142 40
Binary 1010010 10100010 10 110001 0 1100011 100100 1011010 1100010 100000

Color Harmonies of #52A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A202

Black with #52A202

Text Example


Text Example

White with #52A202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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