Html Css Color HEX #52AD03 Kelly Green

📋 copy color: '#52AD03'

red 82 ◦ green 173 ◦ blue 3

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

Shades of Kelly Green #52AD03

Tints of Kelly Green #52AD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 31.78%
G = 67.05%
B = 1.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#52AD03 (or 0x52AD03) is known color: Kelly Green. HEX triplet: 52, AD and 03. RGB value is (82,173,3). Sum of RGB (Red+Green+Blue) = 82+173+3=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AD03 is #AD52FC. Grayscale: #7E7E7E. Windows color (decimal): -11358973 or 240978. OLE color: 240978.

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

Color convert

RGB 82 173 3 -
CMYK 0.53 0 0.98 0.32
HSL 92.12º 0.97% 0.35% -
HSV(B) 92.12º 0.98% 0.68% -
XYZ 18.44 31.69 5.23 -
YUV 126.41 58.35 96.32 -
System Red Green Blue C M Y K H S L
Decimal 82 173 3 0.53 0 0.98 0.32 92.12 0.97 0.35
Hex 52 AD 3 35 0 62 20 5C 61 23
Octal 122 255 3 65 0 142 40 134 141 43
Binary 1010010 10101101 11 110101 0 1100010 100000 1011100 1100001 100011

Color Harmonies of #52AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD03

Black with #52AD03

Text Example


Text Example

White with #52AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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