#51990F

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

Shades of Limeade #51990F

Tints of Limeade #51990F

Color information

#51990F (or 0x51990F) is unknown color: approx Limeade. HEX triplet: 51, 99 and 0F. RGB value is (81,153,15). Sum of RGB (Red+Green+Blue) = 81+153+15=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #51990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51990F is #AE66F0. Grayscale: #747474. Windows color (decimal): -11429617 or 1022289. OLE color: 1022289.

HSL color Cylindrical-coordinate representation of color #51990F: hue angle of 91.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51990F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB8115315-
CMYK0.4700.900.4
HSL91.3º82.14%32.94%-
HSV(B)91.3º90.2%60%-
XYZ14.8724.574.41-
YUV115.7471.15103.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=32.53%
G=61.45%
B=6.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153150.4700.900.491.382.1432.94
Hex5199F2F05A285b5221
Octal121231175701325013312241
Binary10100011001100111111011110101101010100010110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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