#14FF51

Color #14FF51 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14FF51

Tints of Malachite #14FF51

Color information

#14FF51 (or 0x14FF51) is unknown color: approx Malachite. HEX triplet: 14, FF and 51. RGB value is (20,255,81). Sum of RGB (Red+Green+Blue) = 20+255+81=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FF51 is #EB00AE. Grayscale: #A5A5A5. Windows color (decimal): -15401135 or 5373716. OLE color: 5373716.

HSL color Cylindrical-coordinate representation of color #14FF51: hue angle of 135.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF51 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB2025581-
CMYK0.9200.680
HSL135.57º100%53.92%-
HSV(B)135.57º92.16%100%-
XYZ37.5372.2619.75-
YUV164.980.6424.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.62%
GREEN value IS 255 (100% from 255) = 71.63%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=5.62%
G=71.63%
B=22.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20255810.9200.680135.5710053.92
Hex14FF515C0440886436
Octal243771211340104021014466
Binary101001111111110100011011100010001000100010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14FF51; }

 p { color: rgb(20,255,81); }

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

<style>
 a { background-color: #14FF51; }

 a { background-color: rgb(20,255,81); }

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

<style>
 span { border-color: #14FF51; }

 span { border-color: rgb(20,255,81); }

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