#51920F

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

Shades of Limeade #51920F

Tints of Limeade #51920F

Color information

#51920F (or 0x51920F) is unknown color: approx Limeade. HEX triplet: 51, 92 and 0F. RGB value is (81,146,15). Sum of RGB (Red+Green+Blue) = 81+146+15=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #51920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51920F is #AE6DF0. Grayscale: #707070. Windows color (decimal): -11431409 or 1020497. OLE color: 1020497.

HSL color Cylindrical-coordinate representation of color #51920F: hue angle of 89.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51920F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB8114615-
CMYK0.4500.900.43
HSL89.77º81.37%31.57%-
HSV(B)89.77º89.73%57.25%-
XYZ13.7622.344.04-
YUV111.6373.47106.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=33.47%
G=60.33%
B=6.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146150.4500.900.4389.7781.3731.57
Hex5192F2D05A2B5a5120
Octal121222175501325313212140
Binary10100011001001011111011010101101010101110110101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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