Shades of Malachite #27FE65
Tints of Malachite #27FE65
RGB
CMYK
RGB Variations
Color information
#27FE65 (or 0x27FE65) is known color: Malachite. HEX triplet: 27, FE and 65. RGB value is (39,254,101). Sum of RGB (Red+Green+Blue) = 39+254+101=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FE65 is #D8019A. Grayscale: #ACACAC. Windows color (decimal): -14156187 or 6684199. OLE color: 6684199.
HSL color Cylindrical-coordinate representation of color #27FE65: hue angle of 137.3º 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 #27FE65 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 101 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.00 |
| HSL | 137.3º | 0.99% | 0.57% | - |
| HSV(B) | 137.3º | 0.85% | 1% | - |
| XYZ | 38.63 | 72.25 | 24.22 | - |
| YUV | 172.27 | 87.77 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 101 | 0.85 | 0 | 0.60 | 0.00 | 137.3 | 0.99 | 0.57 |
| Hex | 27 | FE | 65 | 55 | 0 | 3C | 0 | 89 | 63 | 39 |
| Octal | 47 | 376 | 145 | 125 | 0 | 74 | 0 | 211 | 143 | 71 |
| Binary | 100111 | 11111110 | 1100101 | 1010101 | 0 | 111100 | 0 | 10001001 | 1100011 | 111001 |
Color Harmonies of #27FE65
Complementary color
Monochromatic Colors of #27FE65
Black with #27FE65
Text Example
Text Example
White with #27FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE65; }
p { color: rgb(39,254,101); }
H1.HeaderClassName
{
color: #27FE65;
}
.AnyTagClassName
{
color: #27FE65;
}
</style>
background-color css
<style>
a { background-color: #27FE65; }
a { background-color: rgb(39,254,101); }
div.DivClassName
{
background-color: #27FE65;
}
.BgClassName
{
background-color: #27FE65;
}
</style>
border-color css
<style>
span { border-color: #27FE65; }
span { border-color: rgb(39,254,101); }
td.TdClassName
{
border-color: #27FE65;
}
.TagClassName
{
border-color: #27FE65;
}
</style>