#559430

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

Shades of Limeade #559430

Tints of Limeade #559430

Color information

#559430 (or 0x559430) is unknown color: approx Limeade. HEX triplet: 55, 94 and 30. RGB value is (85,148,48). Sum of RGB (Red+Green+Blue) = 85+148+48=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #559430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559430 is #AA6BCF. Grayscale: #767676. Windows color (decimal): -11168720 or 3183701. OLE color: 3183701.

HSL color Cylindrical-coordinate representation of color #559430: hue angle of 97.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #559430 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8514848-
CMYK0.4300.680.42
HSL97.8º51.02%38.43%-
HSV(B)97.8º67.57%58.04%-
XYZ14.8723.326.51-
YUV117.7688.63104.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=30.25%
G=52.67%
B=17.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148480.4300.680.4297.851.0238.43
Hex5594302B0442A623326
Octal12522460530104521426346
Binary101010110010100110000101011010001001010101100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559430; }

 p { color: rgb(85,148,48); }

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

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

 a { background-color: rgb(85,148,48); }

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

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

 span { border-color: rgb(85,148,48); }

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