#569410

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

Shades of Limeade #569410

Tints of Limeade #569410

Color information

#569410 (or 0x569410) is unknown color: approx Limeade. HEX triplet: 56, 94 and 10. RGB value is (86,148,16). Sum of RGB (Red+Green+Blue) = 86+148+16=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #569410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569410 is #A96BEF. Grayscale: #727272. Windows color (decimal): -11103216 or 1086550. OLE color: 1086550.

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

Color convert

RGB8614816-
CMYK0.4200.890.42
HSL88.18º80.49%32.16%-
HSV(B)88.18º89.19%58.04%-
XYZ14.5223.24.2-
YUV114.4172.46107.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=34.4%
G=59.2%
B=6.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86148160.4200.890.4288.1880.4932.16
Hex5694102A0592A585020
Octal126224205201315213012040
Binary101011010010100100001010100101100110101010110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569410; }

 p { color: rgb(86,148,16); }

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

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

 a { background-color: rgb(86,148,16); }

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

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

 span { border-color: rgb(86,148,16); }

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