#52A50B

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

Shades of Kelly Green #52A50B

Tints of Kelly Green #52A50B

Color information

#52A50B (or 0x52A50B) is unknown color: approx Kelly Green. HEX triplet: 52, A5 and 0B. RGB value is (82,165,11). Sum of RGB (Red+Green+Blue) = 82+165+11=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #52A50B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A50B is #AD5AF4. Grayscale: #7B7B7B. Windows color (decimal): -11361013 or 763218. OLE color: 763218.

HSL color Cylindrical-coordinate representation of color #52A50B: hue angle of 92.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52A50B is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB8216511-
CMYK0.5000.930.35
HSL92.34º87.5%34.51%-
HSV(B)92.34º93.33%64.71%-
XYZ1728.734.97-
YUV122.636599.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 11 (4.69% from 255) = 4.26%
R=31.78%
G=63.95%
B=4.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82165110.5000.930.3592.3487.534.51
Hex52A5B3205D235c5823
Octal122245136201354313413043
Binary10100101010010110111100100101110110001110111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,11); }

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

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

 a { background-color: rgb(82,165,11); }

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

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

 span { border-color: rgb(82,165,11); }

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