Html Css Color HEX #52A504 Kelly Green

📋 copy color: '#52A504'

red 82 ◦ green 165 ◦ blue 4

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

Shades of Kelly Green #52A504

Tints of Kelly Green #52A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 65.74%

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

R = 32.67%
G = 65.74%
B = 1.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#52A504 (or 0x52A504) is known color: Kelly Green. HEX triplet: 52, A5 and 04. RGB value is (82,165,4). Sum of RGB (Red+Green+Blue) = 82+165+4=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #52A504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A504 is #AD5AFB. Grayscale: #7A7A7A. Windows color (decimal): -11361020 or 304466. OLE color: 304466.

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

Color convert

RGB 82 165 4 -
CMYK 0.50 0 0.98 0.35
HSL 90.93º 0.95% 0.33% -
HSV(B) 90.93º 0.98% 0.65% -
XYZ 16.96 28.71 4.76 -
YUV 121.83 61.5 99.59 -
System Red Green Blue C M Y K H S L
Decimal 82 165 4 0.50 0 0.98 0.35 90.93 0.95 0.33
Hex 52 A5 4 32 0 62 23 5B 5F 21
Octal 122 245 4 62 0 142 43 133 137 41
Binary 1010010 10100101 100 110010 0 1100010 100011 1011011 1011111 100001

Color Harmonies of #52A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A504

Black with #52A504

Text Example


Text Example

White with #52A504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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