#51910E

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

Shades of Limeade #51910E

Tints of Limeade #51910E

Color information

#51910E (or 0x51910E) is unknown color: approx Limeade. HEX triplet: 51, 91 and 0E. RGB value is (81,145,14). Sum of RGB (Red+Green+Blue) = 81+145+14=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #51910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51910E is #AE6EF1. Grayscale: #6F6F6F. Windows color (decimal): -11431666 or 954705. OLE color: 954705.

HSL color Cylindrical-coordinate representation of color #51910E: hue angle of 89.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51910E is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB8114514-
CMYK0.4400.900.43
HSL89.31º82.39%31.18%-
HSV(B)89.31º90.34%56.86%-
XYZ13.622.033.95-
YUV110.9373.3106.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 145 (57.03% from 255) = 60.42%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=33.75%
G=60.42%
B=5.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145140.4400.900.4389.3182.3931.18
Hex5191E2C05A2B59521f
Octal121221165401325313112237
Binary1010001100100011110101100010110101010111011001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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