#569100

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

Shades of Limeade #569100

Tints of Limeade #569100

Color information

#569100 (or 0x569100) is unknown color: approx Limeade. HEX triplet: 56, 91 and 00. RGB value is (86,145,0). Sum of RGB (Red+Green+Blue) = 86+145+0=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #569100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569100 is #A96EFF. Grayscale: #6F6F6F. Windows color (decimal): -11104000 or 37206. OLE color: 37206.

HSL color Cylindrical-coordinate representation of color #569100: hue angle of 84.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #569100 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB861450-
CMYK0.41010.43
HSL84.41º100%28.43%-
HSV(B)84.41º100%56.86%-
XYZ13.9622.233.55-
YUV110.8365.45110.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.23%
G=62.77%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8614500.41010.4384.4110028.43
Hex56910290642B54641c
Octal12622105101445312414434
Binary1010110100100010101001011001001010111010100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569100; }

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

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

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

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

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

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

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

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