#51930C

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

Shades of Limeade #51930C

Tints of Limeade #51930C

Color information

#51930C (or 0x51930C) is unknown color: approx Limeade. HEX triplet: 51, 93 and 0C. RGB value is (81,147,12). Sum of RGB (Red+Green+Blue) = 81+147+12=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #51930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51930C is #AE6CF3. Grayscale: #707070. Windows color (decimal): -11431156 or 824145. OLE color: 824145.

HSL color Cylindrical-coordinate representation of color #51930C: hue angle of 89.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51930C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB8114712-
CMYK0.4500.920.42
HSL89.33º84.91%31.18%-
HSV(B)89.33º91.84%57.65%-
XYZ13.8922.643.99-
YUV111.8871.63105.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 147 (57.81% from 255) = 61.25%
BLUE value IS 12 (5.08% from 255) = 5%
R=33.75%
G=61.25%
B=5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147120.4500.920.4289.3384.9131.18
Hex5193C2D05C2A59551f
Octal121223145501345213112537
Binary1010001100100111100101101010111001010101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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