Shades of Malachite #27FF61
Tints of Malachite #27FF61
RGB
CMYK
RGB Variations
Color information
#27FF61 (or 0x27FF61) is known color: Malachite. HEX triplet: 27, FF and 61. RGB value is (39,255,97). Sum of RGB (Red+Green+Blue) = 39+255+97=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FF61 is #D8009E. Grayscale: #ACACAC. Windows color (decimal): -14155935 or 6422311. OLE color: 6422311.
HSL color Cylindrical-coordinate representation of color #27FF61: hue angle of 136.11º 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 #27FF61 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 97 | - |
| CMYK | 0.85 | 0 | 0.62 | 0 |
| HSL | 136.11º | 1% | 0.58% | - |
| HSV(B) | 136.11º | 0.85% | 1% | - |
| XYZ | 38.75 | 72.81 | 23.32 | - |
| YUV | 172.4 | 85.44 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 97 | 0.85 | 0 | 0.62 | 0 | 136.11 | 1 | 0.58 |
| Hex | 27 | FF | 61 | 55 | 0 | 3E | 0 | 88 | 64 | 3A |
| Octal | 47 | 377 | 141 | 125 | 0 | 76 | 0 | 210 | 144 | 72 |
| Binary | 100111 | 11111111 | 1100001 | 1010101 | 0 | 111110 | 0 | 10001000 | 1100100 | 111010 |
Color Harmonies of #27FF61
Complementary color
Monochromatic Colors of #27FF61
Black with #27FF61
Text Example
Text Example
White with #27FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF61; }
p { color: rgb(39,255,97); }
H1.HeaderClassName
{
color: #27FF61;
}
.AnyTagClassName
{
color: #27FF61;
}
</style>
background-color css
<style>
a { background-color: #27FF61; }
a { background-color: rgb(39,255,97); }
div.DivClassName
{
background-color: #27FF61;
}
.BgClassName
{
background-color: #27FF61;
}
</style>
border-color css
<style>
span { border-color: #27FF61; }
span { border-color: rgb(39,255,97); }
td.TdClassName
{
border-color: #27FF61;
}
.TagClassName
{
border-color: #27FF61;
}
</style>