Shades of Malachite #27FF41
Tints of Malachite #27FF41
RGB
CMYK
RGB Variations
Color information
#27FF41 (or 0x27FF41) is known color: Malachite. HEX triplet: 27, FF and 41. RGB value is (39,255,65). Sum of RGB (Red+Green+Blue) = 39+255+65=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF41 is #D800BE. Grayscale: #A9A9A9. Windows color (decimal): -14155967 or 4325159. OLE color: 4325159.
HSL color Cylindrical-coordinate representation of color #27FF41: hue angle of 127.22º 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 #27FF41 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 65 | - |
| CMYK | 0.85 | 0 | 0.75 | 0 |
| HSL | 127.22º | 1% | 0.58% | - |
| HSV(B) | 127.22º | 0.85% | 1% | - |
| XYZ | 37.55 | 72.33 | 16.98 | - |
| YUV | 168.76 | 69.44 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 65 | 0.85 | 0 | 0.75 | 0 | 127.22 | 1 | 0.58 |
| Hex | 27 | FF | 41 | 55 | 0 | 4B | 0 | 7F | 64 | 3A |
| Octal | 47 | 377 | 101 | 125 | 0 | 113 | 0 | 177 | 144 | 72 |
| Binary | 100111 | 11111111 | 1000001 | 1010101 | 0 | 1001011 | 0 | 1111111 | 1100100 | 111010 |
Color Harmonies of #27FF41
Complementary color
Monochromatic Colors of #27FF41
Black with #27FF41
Text Example
Text Example
White with #27FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF41; }
p { color: rgb(39,255,65); }
H1.HeaderClassName
{
color: #27FF41;
}
.AnyTagClassName
{
color: #27FF41;
}
</style>
background-color css
<style>
a { background-color: #27FF41; }
a { background-color: rgb(39,255,65); }
div.DivClassName
{
background-color: #27FF41;
}
.BgClassName
{
background-color: #27FF41;
}
</style>
border-color css
<style>
span { border-color: #27FF41; }
span { border-color: rgb(39,255,65); }
td.TdClassName
{
border-color: #27FF41;
}
.TagClassName
{
border-color: #27FF41;
}
</style>