#51990C

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

Shades of Limeade #51990C

Tints of Limeade #51990C

Color information

#51990C (or 0x51990C) is unknown color: approx Limeade. HEX triplet: 51, 99 and 0C. RGB value is (81,153,12). Sum of RGB (Red+Green+Blue) = 81+153+12=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #51990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51990C is #AE66F3. Grayscale: #737373. Windows color (decimal): -11429620 or 825681. OLE color: 825681.

HSL color Cylindrical-coordinate representation of color #51990C: hue angle of 90.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51990C is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB8115312-
CMYK0.4700.920.4
HSL90.64º85.45%32.35%-
HSV(B)90.64º92.16%60%-
XYZ14.8524.564.31-
YUV115.469.65103.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 153 (60.16% from 255) = 62.20%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=32.93%
G=62.20%
B=4.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153120.4700.920.490.6485.4532.35
Hex5199C2F05C285b5520
Octal121231145701345013312540
Binary10100011001100111001011110101110010100010110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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