#569412

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

Shades of Limeade #569412

Tints of Limeade #569412

Color information

#569412 (or 0x569412) is unknown color: approx Limeade. HEX triplet: 56, 94 and 12. RGB value is (86,148,18). Sum of RGB (Red+Green+Blue) = 86+148+18=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #569412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569412 is #A96BED. Grayscale: #737373. Windows color (decimal): -11103214 or 1217622. OLE color: 1217622.

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

Color convert

RGB8614818-
CMYK0.4200.880.42
HSL88.62º78.31%32.55%-
HSV(B)88.62º87.84%58.04%-
XYZ14.5423.24.28-
YUV114.6473.46107.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=34.13%
G=58.73%
B=7.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86148180.4200.880.4288.6278.3132.55
Hex5694122A0582A594e21
Octal126224225201305213111641
Binary101011010010100100101010100101100010101010110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569412; }

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

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

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

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

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

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

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

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