Html Css Color HEX #52AD05 Kelly Green

📋 copy color: '#52AD05'

red 82 ◦ green 173 ◦ blue 5

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

Shades of Kelly Green #52AD05

Tints of Kelly Green #52AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 66.54%

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

R = 31.54%
G = 66.54%
B = 1.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#52AD05 (or 0x52AD05) is known color: Kelly Green. HEX triplet: 52, AD and 05. RGB value is (82,173,5). Sum of RGB (Red+Green+Blue) = 82+173+5=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AD05 is #AD52FA. Grayscale: #7F7F7F. Windows color (decimal): -11358971 or 372050. OLE color: 372050.

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

Color convert

RGB 82 173 5 -
CMYK 0.53 0 0.97 0.32
HSL 92.5º 0.94% 0.35% -
HSV(B) 92.5º 0.97% 0.68% -
XYZ 18.45 31.69 5.29 -
YUV 126.64 59.35 96.16 -
System Red Green Blue C M Y K H S L
Decimal 82 173 5 0.53 0 0.97 0.32 92.5 0.94 0.35
Hex 52 AD 5 35 0 61 20 5C 5E 23
Octal 122 255 5 65 0 141 40 134 136 43
Binary 1010010 10101101 101 110101 0 1100001 100000 1011100 1011110 100011

Color Harmonies of #52AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD05

Black with #52AD05

Text Example


Text Example

White with #52AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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