#509E12

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

Shades of Limeade #509E12

Tints of Limeade #509E12

Color information

#509E12 (or 0x509E12) is unknown color: approx Limeade. HEX triplet: 50, 9E and 12. RGB value is (80,158,18). Sum of RGB (Red+Green+Blue) = 80+158+18=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 158 (62.11% from 255 or 61.72% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 158 - color contains mainly: green. Hex color #509E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509E12 is #AF61ED. Grayscale: #777777. Windows color (decimal): -11493870 or 1220176. OLE color: 1220176.

HSL color Cylindrical-coordinate representation of color #509E12: hue angle of 93.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #509E12 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB8015818-
CMYK0.4900.890.38
HSL93.43º79.55%34.51%-
HSV(B)93.43º88.61%61.96%-
XYZ15.6426.24.81-
YUV118.7271.16100.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 158 (62.11% from 255) = 61.72%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=31.25%
G=61.72%
B=7.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158180.4900.890.3893.4379.5534.51
Hex509E1231059265d5023
Octal120236226101314613512043
Binary101000010011110100101100010101100110011010111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E12; }

 p { color: rgb(80,158,18); }

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

<style>
 a { background-color: #509E12; }

 a { background-color: rgb(80,158,18); }

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

<style>
 span { border-color: #509E12; }

 span { border-color: rgb(80,158,18); }

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