Html Css Color HEX #52A203 Kelly Green

📋 copy color: '#52A203'

red 82 ◦ green 162 ◦ blue 3

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

Shades of Kelly Green #52A203

Tints of Kelly Green #52A203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 33.2%
G = 65.59%
B = 1.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#52A203 (or 0x52A203) is known color: Kelly Green. HEX triplet: 52, A2 and 03. RGB value is (82,162,3). Sum of RGB (Red+Green+Blue) = 82+162+3=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 162 (63.67% from 255 or 65.59% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 162 - color contains mainly: green. Hex color #52A203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A203 is #AD5DFC. Grayscale: #787878. Windows color (decimal): -11361789 or 238162. OLE color: 238162.

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

Color convert

RGB 82 162 3 -
CMYK 0.49 0 0.98 0.36
HSL 90.19º 0.96% 0.32% -
HSV(B) 90.19º 0.98% 0.64% -
XYZ 16.42 27.64 4.56 -
YUV 119.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 82 162 3 0.49 0 0.98 0.36 90.19 0.96 0.32
Hex 52 A2 3 31 0 62 24 5A 60 20
Octal 122 242 3 61 0 142 44 132 140 40
Binary 1010010 10100010 11 110001 0 1100010 100100 1011010 1100000 100000

Color Harmonies of #52A203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A203

Black with #52A203

Text Example


Text Example

White with #52A203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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