#51992A

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

Shades of Limeade #51992A

Tints of Limeade #51992A

Color information

#51992A (or 0x51992A) is unknown color: approx Limeade. HEX triplet: 51, 99 and 2A. RGB value is (81,153,42). Sum of RGB (Red+Green+Blue) = 81+153+42=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #51992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51992A is #AE66D5. Grayscale: #777777. Windows color (decimal): -11429590 or 2791761. OLE color: 2791761.

HSL color Cylindrical-coordinate representation of color #51992A: hue angle of 98.92º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51992A is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB8115342-
CMYK0.4700.730.4
HSL98.92º56.92%38.24%-
HSV(B)98.92º72.55%60%-
XYZ15.224.76.16-
YUV118.8284.65101.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=29.35%
G=55.43%
B=15.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153420.4700.730.498.9256.9238.24
Hex51992A2F04928633926
Octal12123152570111501437146
Binary101000110011001101010101111010010011010001100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51992A; }

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

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

<style>
 a { background-color: #51992A; }

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

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

<style>
 span { border-color: #51992A; }

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

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