Html Css Color HEX #52AD1E Kelly Green

📋 copy color: '#52AD1E'

red 82 ◦ green 173 ◦ blue 30

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

Shades of Kelly Green #52AD1E

Tints of Kelly Green #52AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 28.77%
G = 60.7%
B = 10.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#52AD1E (or 0x52AD1E) is known color: Kelly Green. HEX triplet: 52, AD and 1E. RGB value is (82,173,30). Sum of RGB (Red+Green+Blue) = 82+173+30=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD1E is #AD52E1. Grayscale: #818181. Windows color (decimal): -11358946 or 2010450. OLE color: 2010450.

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

Color convert

RGB 82 173 30 -
CMYK 0.53 0 0.83 0.32
HSL 98.18º 0.7% 0.4% -
HSV(B) 98.18º 0.83% 0.68% -
XYZ 18.66 31.77 6.38 -
YUV 129.49 71.85 94.13 -
System Red Green Blue C M Y K H S L
Decimal 82 173 30 0.53 0 0.83 0.32 98.18 0.7 0.4
Hex 52 AD 1E 35 0 53 20 62 46 28
Octal 122 255 36 65 0 123 40 142 106 50
Binary 1010010 10101101 11110 110101 0 1010011 100000 1100010 1000110 101000

Color Harmonies of #52AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD1E

Black with #52AD1E

Text Example


Text Example

White with #52AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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