Html Css Color HEX #52A710 Kelly Green

📋 copy color: '#52A710'

red 82 ◦ green 167 ◦ blue 16

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

Shades of Kelly Green #52A710

Tints of Kelly Green #52A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 63.02%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 30.94%
G = 63.02%
B = 6.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#52A710 (or 0x52A710) is known color: Kelly Green. HEX triplet: 52, A7 and 10. RGB value is (82,167,16). Sum of RGB (Red+Green+Blue) = 82+167+16=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 167 (65.62% from 255 or 63.02% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 167 - color contains mainly: green. Hex color #52A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A710 is #AD58EF. Grayscale: #7C7C7C. Windows color (decimal): -11360496 or 1091410. OLE color: 1091410.

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

Color convert

RGB 82 167 16 -
CMYK 0.51 0 0.90 0.35
HSL 93.77º 0.83% 0.36% -
HSV(B) 93.77º 0.9% 0.65% -
XYZ 17.39 29.47 5.26 -
YUV 124.37 66.84 97.78 -
System Red Green Blue C M Y K H S L
Decimal 82 167 16 0.51 0 0.90 0.35 93.77 0.83 0.36
Hex 52 A7 10 33 0 5A 23 5E 53 24
Octal 122 247 20 63 0 132 43 136 123 44
Binary 1010010 10100111 10000 110011 0 1011010 100011 1011110 1010011 100100

Color Harmonies of #52A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A710

Black with #52A710

Text Example


Text Example

White with #52A710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,167,16); }

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

background-color css

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

 a { background-color: rgb(82,167,16); }

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

border-color css

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

 span { border-color: rgb(82,167,16); }

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