#559730

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

Shades of Limeade #559730

Tints of Limeade #559730

Color information

#559730 (or 0x559730) is unknown color: approx Limeade. HEX triplet: 55, 97 and 30. RGB value is (85,151,48). Sum of RGB (Red+Green+Blue) = 85+151+48=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #559730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559730 is #AA68CF. Grayscale: #777777. Windows color (decimal): -11167952 or 3184469. OLE color: 3184469.

HSL color Cylindrical-coordinate representation of color #559730: hue angle of 98.45º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #559730 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB8515148-
CMYK0.4400.680.41
HSL98.45º51.76%39.02%-
HSV(B)98.45º68.21%59.22%-
XYZ15.3524.286.67-
YUV119.5287.63103.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=29.93%
G=53.17%
B=16.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85151480.4400.680.4198.4551.7639.02
Hex5597302C04429623427
Octal12522760540104511426447
Binary101010110010111110000101100010001001010011100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559730; }

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

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

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

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

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

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

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

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