#55951F

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

Shades of Limeade #55951F

Tints of Limeade #55951F

Color information

#55951F (or 0x55951F) is unknown color: approx Limeade. HEX triplet: 55, 95 and 1F. RGB value is (85,149,31). Sum of RGB (Red+Green+Blue) = 85+149+31=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #55951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55951F is #AA6AE0. Grayscale: #747474. Windows color (decimal): -11168481 or 2069845. OLE color: 2069845.

HSL color Cylindrical-coordinate representation of color #55951F: hue angle of 92.54º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55951F is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB8514931-
CMYK0.4300.790.42
HSL92.54º65.56%35.29%-
HSV(B)92.54º79.19%58.43%-
XYZ14.7423.535.06-
YUV116.4179.8105.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=32.08%
G=56.23%
B=11.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149310.4300.790.4292.5465.5635.29
Hex55951F2B04F2A5d4223
Octal125225375301175213510243
Binary101010110010101111111010110100111110101010111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55951F; }

 p { color: rgb(85,149,31); }

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

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

 a { background-color: rgb(85,149,31); }

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

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

 span { border-color: rgb(85,149,31); }

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