Shades of Malachite #27FF4D
Tints of Malachite #27FF4D
RGB
CMYK
RGB Variations
Color information
#27FF4D (or 0x27FF4D) is known color: Malachite. HEX triplet: 27, FF and 4D. RGB value is (39,255,77). Sum of RGB (Red+Green+Blue) = 39+255+77=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FF4D is #D800B2. Grayscale: #AAAAAA. Windows color (decimal): -14155955 or 5111591. OLE color: 5111591.
HSL color Cylindrical-coordinate representation of color #27FF4D: hue angle of 130.56º 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 #27FF4D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 77 | - |
| CMYK | 0.85 | 0 | 0.70 | 0 |
| HSL | 130.56º | 1% | 0.58% | - |
| HSV(B) | 130.56º | 0.85% | 1% | - |
| XYZ | 37.94 | 72.49 | 19.01 | - |
| YUV | 170.12 | 75.44 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 77 | 0.85 | 0 | 0.70 | 0 | 130.56 | 1 | 0.58 |
| Hex | 27 | FF | 4D | 55 | 0 | 46 | 0 | 83 | 64 | 3A |
| Octal | 47 | 377 | 115 | 125 | 0 | 106 | 0 | 203 | 144 | 72 |
| Binary | 100111 | 11111111 | 1001101 | 1010101 | 0 | 1000110 | 0 | 10000011 | 1100100 | 111010 |
Color Harmonies of #27FF4D
Complementary color
Monochromatic Colors of #27FF4D
Black with #27FF4D
Text Example
Text Example
White with #27FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF4D; }
p { color: rgb(39,255,77); }
H1.HeaderClassName
{
color: #27FF4D;
}
.AnyTagClassName
{
color: #27FF4D;
}
</style>
background-color css
<style>
a { background-color: #27FF4D; }
a { background-color: rgb(39,255,77); }
div.DivClassName
{
background-color: #27FF4D;
}
.BgClassName
{
background-color: #27FF4D;
}
</style>
border-color css
<style>
span { border-color: #27FF4D; }
span { border-color: rgb(39,255,77); }
td.TdClassName
{
border-color: #27FF4D;
}
.TagClassName
{
border-color: #27FF4D;
}
</style>