#51970F

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

Shades of Limeade #51970F

Tints of Limeade #51970F

Color information

#51970F (or 0x51970F) is unknown color: approx Limeade. HEX triplet: 51, 97 and 0F. RGB value is (81,151,15). Sum of RGB (Red+Green+Blue) = 81+151+15=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #51970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51970F is #AE68F0. Grayscale: #737373. Windows color (decimal): -11430129 or 1021777. OLE color: 1021777.

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

Color convert

RGB8115115-
CMYK0.4600.900.41
HSL90.88º81.93%32.55%-
HSV(B)90.88º90.07%59.22%-
XYZ14.5523.924.3-
YUV114.5771.81104.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 151 (59.38% from 255) = 61.13%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=32.79%
G=61.13%
B=6.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151150.4600.900.4190.8881.9332.55
Hex5197F2E05A295b5221
Octal121227175601325113312241
Binary10100011001011111111011100101101010100110110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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