Html Css Color HEX #52A404 Kelly Green

📋 copy color: '#52A404'

red 82 ◦ green 164 ◦ blue 4

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

Shades of Kelly Green #52A404

Tints of Kelly Green #52A404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.6%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 32.8%
G = 65.6%
B = 1.6%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#52A404 (or 0x52A404) is known color: Kelly Green. HEX triplet: 52, A4 and 04. RGB value is (82,164,4). Sum of RGB (Red+Green+Blue) = 82+164+4=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #52A404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A404 is #AD5BFB. Grayscale: #797979. Windows color (decimal): -11361276 or 304210. OLE color: 304210.

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

Color convert

RGB 82 164 4 -
CMYK 0.5 0 0.98 0.36
HSL 90.75º 0.95% 0.33% -
HSV(B) 90.75º 0.98% 0.64% -
XYZ 16.78 28.35 4.7 -
YUV 121.24 61.83 100.01 -
System Red Green Blue C M Y K H S L
Decimal 82 164 4 0.5 0 0.98 0.36 90.75 0.95 0.33
Hex 52 A4 4 32 0 62 24 5B 5F 21
Octal 122 244 4 62 0 142 44 133 137 41
Binary 1010010 10100100 100 110010 0 1100010 100100 1011011 1011111 100001

Color Harmonies of #52A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A404

Black with #52A404

Text Example


Text Example

White with #52A404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,4); }

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

background-color css

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

 a { background-color: rgb(82,164,4); }

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

border-color css

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

 span { border-color: rgb(82,164,4); }

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