Shades of Malachite #18FE50
Tints of Malachite #18FE50
RGB
CMYK
RGB Variations
Color information
#18FE50 (or 0x18FE50) is known color: Malachite. HEX triplet: 18, FE and 50. RGB value is (24,254,80). Sum of RGB (Red+Green+Blue) = 24+254+80=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #18FE50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FE50 is #E701AF. Grayscale: #A5A5A5. Windows color (decimal): -15139248 or 5307928. OLE color: 5307928.
HSL color Cylindrical-coordinate representation of color #18FE50: hue angle of 134.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FE50 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 80 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.00 |
| HSL | 134.61º | 0.99% | 0.55% | - |
| HSV(B) | 134.61º | 0.91% | 1% | - |
| XYZ | 37.27 | 71.66 | 19.46 | - |
| YUV | 165.39 | 79.8 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 80 | 0.91 | 0 | 0.69 | 0.00 | 134.61 | 0.99 | 0.55 |
| Hex | 18 | FE | 50 | 5B | 0 | 45 | 0 | 87 | 63 | 37 |
| Octal | 30 | 376 | 120 | 133 | 0 | 105 | 0 | 207 | 143 | 67 |
| Binary | 11000 | 11111110 | 1010000 | 1011011 | 0 | 1000101 | 0 | 10000111 | 1100011 | 110111 |
Color Harmonies of #18FE50
Complementary color
Monochromatic Colors of #18FE50
Black with #18FE50
Text Example
Text Example
White with #18FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FE50; }
p { color: rgb(24,254,80); }
H1.HeaderClassName
{
color: #18FE50;
}
.AnyTagClassName
{
color: #18FE50;
}
</style>
background-color css
<style>
a { background-color: #18FE50; }
a { background-color: rgb(24,254,80); }
div.DivClassName
{
background-color: #18FE50;
}
.BgClassName
{
background-color: #18FE50;
}
</style>
border-color css
<style>
span { border-color: #18FE50; }
span { border-color: rgb(24,254,80); }
td.TdClassName
{
border-color: #18FE50;
}
.TagClassName
{
border-color: #18FE50;
}
</style>