Html Css Color HEX #52A811 Kelly Green

📋 copy color: '#52A811'

red 82 ◦ green 168 ◦ blue 17

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

Shades of Kelly Green #52A811

Tints of Kelly Green #52A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 62.92%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 30.71%
G = 62.92%
B = 6.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#52A811 (or 0x52A811) is known color: Kelly Green. HEX triplet: 52, A8 and 11. RGB value is (82,168,17). Sum of RGB (Red+Green+Blue) = 82+168+17=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #52A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A811 is #AD57EE. Grayscale: #7D7D7D. Windows color (decimal): -11360239 or 1157202. OLE color: 1157202.

HSL color Cylindrical-coordinate representation of color #52A811: hue angle of 94.17º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52A811 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 17 -
CMYK 0.51 0 0.90 0.34
HSL 94.17º 0.82% 0.36% -
HSV(B) 94.17º 0.9% 0.66% -
XYZ 17.58 29.84 5.36 -
YUV 125.07 67.01 97.28 -
System Red Green Blue C M Y K H S L
Decimal 82 168 17 0.51 0 0.90 0.34 94.17 0.82 0.36
Hex 52 A8 11 33 0 5A 22 5E 52 24
Octal 122 250 21 63 0 132 42 136 122 44
Binary 1010010 10101000 10001 110011 0 1011010 100010 1011110 1010010 100100

Color Harmonies of #52A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A811

Black with #52A811

Text Example


Text Example

White with #52A811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,17); }

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

background-color css

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

 a { background-color: rgb(82,168,17); }

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

border-color css

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

 span { border-color: rgb(82,168,17); }

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