#559834

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

Shades of Limeade #559834

Tints of Limeade #559834

Color information

#559834 (or 0x559834) is unknown color: approx Limeade. HEX triplet: 55, 98 and 34. RGB value is (85,152,52). Sum of RGB (Red+Green+Blue) = 85+152+52=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #559834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559834 is #AA67CB. Grayscale: #787878. Windows color (decimal): -11167692 or 3446869. OLE color: 3446869.

HSL color Cylindrical-coordinate representation of color #559834: hue angle of 100.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559834 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB8515252-
CMYK0.4400.660.40
HSL100.2º49.02%40%-
HSV(B)100.2º65.79%59.61%-
XYZ15.5924.647.18-
YUV120.5789.3102.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=29.41%
G=52.60%
B=17.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152520.4400.660.40100.249.0240
Hex5598342C04228643128
Octal12523064540102501446150
Binary101010110011000110100101100010000101010001100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559834; }

 p { color: rgb(85,152,52); }

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

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

 a { background-color: rgb(85,152,52); }

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

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

 span { border-color: rgb(85,152,52); }

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