#529F00

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

Shades of Kelly Green #529F00

Tints of Kelly Green #529F00

Color information

#529F00 (or 0x529F00) is unknown color: approx Kelly Green. HEX triplet: 52, 9F and 00. RGB value is (82,159,0). Sum of RGB (Red+Green+Blue) = 82+159+0=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 159 (62.5% from 255 or 65.98% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 159 - color contains mainly: green. Hex color #529F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F00 is #AD60FF. Grayscale: #767676. Windows color (decimal): -11362560 or 40786. OLE color: 40786.

HSL color Cylindrical-coordinate representation of color #529F00: hue angle of 89.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #529F00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB821590-
CMYK0.48010.38
HSL89.06º100%31.18%-
HSV(B)89.06º100%62.35%-
XYZ15.8826.594.3-
YUV117.8561.49102.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 159 (62.5% from 255) = 65.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.02%
G=65.98%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8215900.48010.3889.0610031.18
Hex529F0300642659641f
Octal12223706001444613114437
Binary1010010100111110110000011001001001101011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529F00; }

 p { color: rgb(82,159,0); }

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

<style>
 a { background-color: #529F00; }

 a { background-color: rgb(82,159,0); }

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

<style>
 span { border-color: #529F00; }

 span { border-color: rgb(82,159,0); }

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