Shades of Malachite #27FF64
Tints of Malachite #27FF64
RGB
CMYK
RGB Variations
Color information
#27FF64 (or 0x27FF64) is known color: Malachite. HEX triplet: 27, FF and 64. RGB value is (39,255,100). Sum of RGB (Red+Green+Blue) = 39+255+100=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FF64 is #D8009B. Grayscale: #ADADAD. Windows color (decimal): -14155932 or 6618919. OLE color: 6618919.
HSL color Cylindrical-coordinate representation of color #27FF64: hue angle of 136.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FF64 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 100 | - |
| CMYK | 0.85 | 0 | 0.61 | 0 |
| HSL | 136.94º | 1% | 0.58% | - |
| HSV(B) | 136.94º | 0.85% | 1% | - |
| XYZ | 38.9 | 72.87 | 24.07 | - |
| YUV | 172.75 | 86.94 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 100 | 0.85 | 0 | 0.61 | 0 | 136.94 | 1 | 0.58 |
| Hex | 27 | FF | 64 | 55 | 0 | 3D | 0 | 89 | 64 | 3A |
| Octal | 47 | 377 | 144 | 125 | 0 | 75 | 0 | 211 | 144 | 72 |
| Binary | 100111 | 11111111 | 1100100 | 1010101 | 0 | 111101 | 0 | 10001001 | 1100100 | 111010 |
Color Harmonies of #27FF64
Complementary color
Monochromatic Colors of #27FF64
Black with #27FF64
Text Example
Text Example
White with #27FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF64; }
p { color: rgb(39,255,100); }
H1.HeaderClassName
{
color: #27FF64;
}
.AnyTagClassName
{
color: #27FF64;
}
</style>
background-color css
<style>
a { background-color: #27FF64; }
a { background-color: rgb(39,255,100); }
div.DivClassName
{
background-color: #27FF64;
}
.BgClassName
{
background-color: #27FF64;
}
</style>
border-color css
<style>
span { border-color: #27FF64; }
span { border-color: rgb(39,255,100); }
td.TdClassName
{
border-color: #27FF64;
}
.TagClassName
{
border-color: #27FF64;
}
</style>