#569500

Color #569500 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #569500

Tints of Limeade #569500

Color information

#569500 (or 0x569500) is unknown color: approx Limeade. HEX triplet: 56, 95 and 00. RGB value is (86,149,0). Sum of RGB (Red+Green+Blue) = 86+149+0=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #569500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569500 is #A96AFF. Grayscale: #717171. Windows color (decimal): -11102976 or 38230. OLE color: 38230.

HSL color Cylindrical-coordinate representation of color #569500: hue angle of 85.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #569500 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB861490-
CMYK0.42010.42
HSL85.37º100%29.22%-
HSV(B)85.37º100%58.43%-
XYZ14.5923.473.76-
YUV113.1864.13108.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.60%
G=63.40%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8614900.42010.4285.3710029.22
Hex569502A0642A55641d
Octal12622505201445212514435
Binary1010110100101010101010011001001010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569500; }

 p { color: rgb(86,149,0); }

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

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

 a { background-color: rgb(86,149,0); }

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

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

 span { border-color: rgb(86,149,0); }

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