#51970D

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

Shades of Limeade #51970D

Tints of Limeade #51970D

Color information

#51970D (or 0x51970D) is unknown color: approx Limeade. HEX triplet: 51, 97 and 0D. RGB value is (81,151,13). Sum of RGB (Red+Green+Blue) = 81+151+13=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #51970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51970D is #AE68F2. Grayscale: #727272. Windows color (decimal): -11430131 or 890705. OLE color: 890705.

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

Color convert

RGB8115113-
CMYK0.4600.910.41
HSL90.43º84.15%32.16%-
HSV(B)90.43º91.39%59.22%-
XYZ14.5323.914.23-
YUV114.3470.81104.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 151 (59.38% from 255) = 61.63%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=33.06%
G=61.63%
B=5.31%

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
Decimal81151130.4600.910.4190.4384.1532.16
Hex5197D2E05B295a5420
Octal121227155601335113212440
Binary10100011001011111011011100101101110100110110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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