#52A708

Color #52A708 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52A708

Tints of Kelly Green #52A708

Color information

#52A708 (or 0x52A708) is unknown color: approx Kelly Green. HEX triplet: 52, A7 and 08. RGB value is (82,167,8). Sum of RGB (Red+Green+Blue) = 82+167+8=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #52A708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A708 is #AD58F7. Grayscale: #7C7C7C. Windows color (decimal): -11360504 or 567122. OLE color: 567122.

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

Color convert

RGB821678-
CMYK0.5100.950.35
HSL92.08º90.86%34.31%-
HSV(B)92.08º95.21%65.49%-
XYZ17.3429.455-
YUV123.4662.8498.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 167 (65.62% from 255) = 64.98%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=31.91%
G=64.98%
B=3.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8216780.5100.950.3592.0890.8634.31
Hex52A783305F235c5b22
Octal122247106301374313413342
Binary10100101010011110001100110101111110001110111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52A708;
 }
 .AnyTagClassName
 {
   color: #52A708;
 }
</style>
background-color css

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

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

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

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

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

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