#51951F

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

Shades of Limeade #51951F

Tints of Limeade #51951F

Color information

#51951F (or 0x51951F) is unknown color: approx Limeade. HEX triplet: 51, 95 and 1F. RGB value is (81,149,31). Sum of RGB (Red+Green+Blue) = 81+149+31=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #51951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51951F is #AE6AE0. Grayscale: #737373. Windows color (decimal): -11430625 or 2069841. OLE color: 2069841.

HSL color Cylindrical-coordinate representation of color #51951F: hue angle of 94.58º 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 #51951F is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB8114931-
CMYK0.4600.790.42
HSL94.58º65.56%35.29%-
HSV(B)94.58º79.19%58.43%-
XYZ14.3923.345.04-
YUV115.2280.47103.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=31.03%
G=57.09%
B=11.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149310.4600.790.4294.5865.5635.29
Hex51951F2E04F2A5f4223
Octal121225375601175213710243
Binary101000110010101111111011100100111110101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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