#51950F

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

Shades of Limeade #51950F

Tints of Limeade #51950F

Color information

#51950F (or 0x51950F) is unknown color: approx Limeade. HEX triplet: 51, 95 and 0F. RGB value is (81,149,15). Sum of RGB (Red+Green+Blue) = 81+149+15=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #51950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51950F is #AE6AF0. Grayscale: #717171. Windows color (decimal): -11430641 or 1021265. OLE color: 1021265.

HSL color Cylindrical-coordinate representation of color #51950F: hue angle of 90.45º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51950F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB8114915-
CMYK0.4600.900.42
HSL90.45º81.71%32.16%-
HSV(B)90.45º89.93%58.43%-
XYZ14.2323.284.2-
YUV113.3972.47104.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=33.06%
G=60.82%
B=6.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149150.4600.900.4290.4581.7132.16
Hex5195F2E05A2A5a5220
Octal121225175601325213212240
Binary10100011001010111111011100101101010101010110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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