#589414

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

Shades of Limeade #589414

Tints of Limeade #589414

Color information

#589414 (or 0x589414) is unknown color: approx Limeade. HEX triplet: 58, 94 and 14. RGB value is (88,148,20). Sum of RGB (Red+Green+Blue) = 88+148+20=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #589414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589414 is #A76BEB. Grayscale: #737373. Windows color (decimal): -10972140 or 1348696. OLE color: 1348696.

HSL color Cylindrical-coordinate representation of color #589414: hue angle of 88.12º 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 #589414 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB8814820-
CMYK0.4100.860.42
HSL88.12º76.19%32.94%-
HSV(B)88.12º86.49%58.04%-
XYZ14.7423.314.38-
YUV115.4774.12108.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 148 (58.20% from 255) = 57.81%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=34.38%
G=57.81%
B=7.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148200.4100.860.4288.1276.1932.94
Hex589414290562A584c21
Octal130224245101265213011441
Binary101100010010100101001010010101011010101010110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589414; }

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

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

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

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

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

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

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

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