#51960D

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

Shades of Limeade #51960D

Tints of Limeade #51960D

Color information

#51960D (or 0x51960D) is unknown color: approx Limeade. HEX triplet: 51, 96 and 0D. RGB value is (81,150,13). Sum of RGB (Red+Green+Blue) = 81+150+13=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #51960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51960D is #AE69F2. Grayscale: #727272. Windows color (decimal): -11430387 or 890449. OLE color: 890449.

HSL color Cylindrical-coordinate representation of color #51960D: hue angle of 90.22º degrees, saturation: 0.84, 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 #51960D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB8115013-
CMYK0.4600.910.41
HSL90.22º84.05%31.96%-
HSV(B)90.22º91.33%58.82%-
XYZ14.3723.594.18-
YUV113.7571.14104.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 150 (58.98% from 255) = 61.48%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=33.20%
G=61.48%
B=5.33%

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
Decimal81150130.4600.910.4190.2284.0531.96
Hex5196D2E05B295a5420
Octal121226155601335113212440
Binary10100011001011011011011100101101110100110110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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