#51960E

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

Shades of Limeade #51960E

Tints of Limeade #51960E

Color information

#51960E (or 0x51960E) is unknown color: approx Limeade. HEX triplet: 51, 96 and 0E. RGB value is (81,150,14). Sum of RGB (Red+Green+Blue) = 81+150+14=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #51960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51960E is #AE69F1. Grayscale: #727272. Windows color (decimal): -11430386 or 955985. OLE color: 955985.

HSL color Cylindrical-coordinate representation of color #51960E: hue angle of 90.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51960E is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB8115014-
CMYK0.4600.910.41
HSL90.44º82.93%32.16%-
HSV(B)90.44º90.67%58.82%-
XYZ14.3823.594.21-
YUV113.8671.64104.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 150 (58.98% from 255) = 61.22%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=33.06%
G=61.22%
B=5.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150140.4600.910.4190.4482.9332.16
Hex5196E2E05B295a5320
Octal121226165601335113212340
Binary10100011001011011101011100101101110100110110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51960E; }

 p { color: rgb(81,150,14); }

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

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

 a { background-color: rgb(81,150,14); }

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

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

 span { border-color: rgb(81,150,14); }

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