Html Css Color HEX #52A616 Kelly Green

📋 copy color: '#52A616'

red 82 ◦ green 166 ◦ blue 22

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

Shades of Kelly Green #52A616

Tints of Kelly Green #52A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.48%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 30.37%
G = 61.48%
B = 8.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#52A616 (or 0x52A616) is known color: Kelly Green. HEX triplet: 52, A6 and 16. RGB value is (82,166,22). Sum of RGB (Red+Green+Blue) = 82+166+22=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #52A616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A616 is #AD59E9. Grayscale: #7C7C7C. Windows color (decimal): -11360746 or 1484370. OLE color: 1484370.

HSL color Cylindrical-coordinate representation of color #52A616: hue angle of 95º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52A616 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 22 -
CMYK 0.51 0 0.87 0.35
HSL 95º 0.77% 0.37% -
HSV(B) 95º 0.87% 0.65% -
XYZ 17.26 29.12 5.47 -
YUV 124.47 70.17 97.71 -
System Red Green Blue C M Y K H S L
Decimal 82 166 22 0.51 0 0.87 0.35 95 0.77 0.37
Hex 52 A6 16 33 0 57 23 5F 4D 25
Octal 122 246 26 63 0 127 43 137 115 45
Binary 1010010 10100110 10110 110011 0 1010111 100011 1011111 1001101 100101

Color Harmonies of #52A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A616

Black with #52A616

Text Example


Text Example

White with #52A616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,22); }

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

background-color css

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

 a { background-color: rgb(82,166,22); }

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

border-color css

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

 span { border-color: rgb(82,166,22); }

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