Html Css Color HEX #52A815 Kelly Green

📋 copy color: '#52A815'

red 82 ◦ green 168 ◦ blue 21

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

Shades of Kelly Green #52A815

Tints of Kelly Green #52A815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 30.26%
G = 61.99%
B = 7.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#52A815 (or 0x52A815) is known color: Kelly Green. HEX triplet: 52, A8 and 15. RGB value is (82,168,21). Sum of RGB (Red+Green+Blue) = 82+168+21=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #52A815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A815 is #AD57EA. Grayscale: #7E7E7E. Windows color (decimal): -11360235 or 1419346. OLE color: 1419346.

HSL color Cylindrical-coordinate representation of color #52A815: hue angle of 95.1º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52A815 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 21 -
CMYK 0.51 0 0.88 0.34
HSL 95.1º 0.78% 0.37% -
HSV(B) 95.1º 0.88% 0.66% -
XYZ 17.62 29.85 5.54 -
YUV 125.53 69.01 96.95 -
System Red Green Blue C M Y K H S L
Decimal 82 168 21 0.51 0 0.88 0.34 95.1 0.78 0.37
Hex 52 A8 15 33 0 58 22 5F 4E 25
Octal 122 250 25 63 0 130 42 137 116 45
Binary 1010010 10101000 10101 110011 0 1011000 100010 1011111 1001110 100101

Color Harmonies of #52A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A815

Black with #52A815

Text Example


Text Example

White with #52A815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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