Html Css Color HEX #52A005 Kelly Green

📋 copy color: '#52A005'

red 82 ◦ green 160 ◦ blue 5

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

Shades of Kelly Green #52A005

Tints of Kelly Green #52A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 64.78%

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

R = 33.2%
G = 64.78%
B = 2.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#52A005 (or 0x52A005) is known color: Kelly Green. HEX triplet: 52, A0 and 05. RGB value is (82,160,5). Sum of RGB (Red+Green+Blue) = 82+160+5=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #52A005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A005 is #AD5FFA. Grayscale: #777777. Windows color (decimal): -11362299 or 368722. OLE color: 368722.

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

Color convert

RGB 82 160 5 -
CMYK 0.49 0 0.97 0.37
HSL 90.19º 0.94% 0.32% -
HSV(B) 90.19º 0.97% 0.63% -
XYZ 16.08 26.95 4.5 -
YUV 119.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 82 160 5 0.49 0 0.97 0.37 90.19 0.94 0.32
Hex 52 A0 5 31 0 61 25 5A 5E 20
Octal 122 240 5 61 0 141 45 132 136 40
Binary 1010010 10100000 101 110001 0 1100001 100101 1011010 1011110 100000

Color Harmonies of #52A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A005

Black with #52A005

Text Example


Text Example

White with #52A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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