Shades of Malachite #27FE50
Tints of Malachite #27FE50
RGB
CMYK
RGB Variations
Color information
#27FE50 (or 0x27FE50) is known color: Malachite. HEX triplet: 27, FE and 50. RGB value is (39,254,80). Sum of RGB (Red+Green+Blue) = 39+254+80=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 254 (99.61% from 255 or 68.10% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FE50 is #D801AF. Grayscale: #AAAAAA. Windows color (decimal): -14156208 or 5307943. OLE color: 5307943.
HSL color Cylindrical-coordinate representation of color #27FE50: hue angle of 131.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FE50 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 80 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.00 |
| HSL | 131.44º | 0.99% | 0.57% | - |
| HSV(B) | 131.44º | 0.85% | 1% | - |
| XYZ | 37.73 | 71.89 | 19.48 | - |
| YUV | 169.88 | 77.27 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 80 | 0.85 | 0 | 0.69 | 0.00 | 131.44 | 0.99 | 0.57 |
| Hex | 27 | FE | 50 | 55 | 0 | 45 | 0 | 83 | 63 | 39 |
| Octal | 47 | 376 | 120 | 125 | 0 | 105 | 0 | 203 | 143 | 71 |
| Binary | 100111 | 11111110 | 1010000 | 1010101 | 0 | 1000101 | 0 | 10000011 | 1100011 | 111001 |
Color Harmonies of #27FE50
Complementary color
Monochromatic Colors of #27FE50
Black with #27FE50
Text Example
Text Example
White with #27FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE50; }
p { color: rgb(39,254,80); }
H1.HeaderClassName
{
color: #27FE50;
}
.AnyTagClassName
{
color: #27FE50;
}
</style>
background-color css
<style>
a { background-color: #27FE50; }
a { background-color: rgb(39,254,80); }
div.DivClassName
{
background-color: #27FE50;
}
.BgClassName
{
background-color: #27FE50;
}
</style>
border-color css
<style>
span { border-color: #27FE50; }
span { border-color: rgb(39,254,80); }
td.TdClassName
{
border-color: #27FE50;
}
.TagClassName
{
border-color: #27FE50;
}
</style>