#569425

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

Shades of Limeade #569425

Tints of Limeade #569425

Color information

#569425 (or 0x569425) is unknown color: approx Limeade. HEX triplet: 56, 94 and 25. RGB value is (86,148,37). Sum of RGB (Red+Green+Blue) = 86+148+37=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #569425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569425 is #A96BDA. Grayscale: #757575. Windows color (decimal): -11103195 or 2462806. OLE color: 2462806.

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

Color convert

RGB8614837-
CMYK0.4200.750.42
HSL93.51º60%36.27%-
HSV(B)93.51º75%58.04%-
XYZ14.7623.295.47-
YUV116.8182.96106.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=31.73%
G=54.61%
B=13.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86148370.4200.750.4293.516036.27
Hex5694252A04B2A5e3c24
Octal12622445520113521367444
Binary101011010010100100101101010010010111010101011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569425; }

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

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

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

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

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

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

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

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