Html Css Color HEX #52A505 Kelly Green

📋 copy color: '#52A505'

red 82 ◦ green 165 ◦ blue 5

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

Shades of Kelly Green #52A505

Tints of Kelly Green #52A505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 32.54%
G = 65.48%
B = 1.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#52A505 (or 0x52A505) is known color: Kelly Green. HEX triplet: 52, A5 and 05. RGB value is (82,165,5). Sum of RGB (Red+Green+Blue) = 82+165+5=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #52A505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A505 is #AD5AFA. Grayscale: #7A7A7A. Windows color (decimal): -11361019 or 370002. OLE color: 370002.

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

Color convert

RGB 82 165 5 -
CMYK 0.50 0 0.97 0.35
HSL 91.13º 0.94% 0.33% -
HSV(B) 91.13º 0.97% 0.65% -
XYZ 16.96 28.72 4.79 -
YUV 121.94 62 99.51 -
System Red Green Blue C M Y K H S L
Decimal 82 165 5 0.50 0 0.97 0.35 91.13 0.94 0.33
Hex 52 A5 5 32 0 61 23 5B 5E 21
Octal 122 245 5 62 0 141 43 133 136 41
Binary 1010010 10100101 101 110010 0 1100001 100011 1011011 1011110 100001

Color Harmonies of #52A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A505

Black with #52A505

Text Example


Text Example

White with #52A505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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