#50920C

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

Shades of Limeade #50920C

Tints of Limeade #50920C

Color information

#50920C (or 0x50920C) is unknown color: approx Limeade. HEX triplet: 50, 92 and 0C. RGB value is (80,146,12). Sum of RGB (Red+Green+Blue) = 80+146+12=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #50920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50920C is #AF6DF3. Grayscale: #6F6F6F. Windows color (decimal): -11496948 or 823888. OLE color: 823888.

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

Color convert

RGB8014612-
CMYK0.4500.920.43
HSL89.55º84.81%30.98%-
HSV(B)89.55º91.78%57.25%-
XYZ13.6522.293.93-
YUV110.9972.13105.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 146 (57.42% from 255) = 61.34%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=33.61%
G=61.34%
B=5.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146120.4500.920.4389.5584.8130.98
Hex5092C2D05C2B5a551f
Octal120222145501345313212537
Binary1010000100100101100101101010111001010111011010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,146,12); }

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

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

 a { background-color: rgb(80,146,12); }

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

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

 span { border-color: rgb(80,146,12); }

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