#569414

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

Shades of Limeade #569414

Tints of Limeade #569414

Color information

#569414 (or 0x569414) is unknown color: approx Limeade. HEX triplet: 56, 94 and 14. RGB value is (86,148,20). Sum of RGB (Red+Green+Blue) = 86+148+20=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #569414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569414 is #A96BEB. Grayscale: #737373. Windows color (decimal): -11103212 or 1348694. OLE color: 1348694.

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

Color convert

RGB8614820-
CMYK0.4200.860.42
HSL89.06º76.19%32.94%-
HSV(B)89.06º86.49%58.04%-
XYZ14.5523.214.37-
YUV114.8774.46107.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=33.86%
G=58.27%
B=7.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86148200.4200.860.4289.0676.1932.94
Hex5694142A0562A594c21
Octal126224245201265213111441
Binary101011010010100101001010100101011010101010110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569414; }

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

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

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

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

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

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

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

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