Shades of Malachite #27FF4B
Tints of Malachite #27FF4B
RGB
CMYK
RGB Variations
Color information
#27FF4B (or 0x27FF4B) is known color: Malachite. HEX triplet: 27, FF and 4B. RGB value is (39,255,75). Sum of RGB (Red+Green+Blue) = 39+255+75=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF4B is #D800B4. Grayscale: #AAAAAA. Windows color (decimal): -14155957 or 4980519. OLE color: 4980519.
HSL color Cylindrical-coordinate representation of color #27FF4B: hue angle of 130º 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 #27FF4B is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 75 | - |
| CMYK | 0.85 | 0 | 0.71 | 0 |
| HSL | 130º | 1% | 0.58% | - |
| HSV(B) | 130º | 0.85% | 1% | - |
| XYZ | 37.87 | 72.46 | 18.65 | - |
| YUV | 169.9 | 74.44 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 75 | 0.85 | 0 | 0.71 | 0 | 130 | 1 | 0.58 |
| Hex | 27 | FF | 4B | 55 | 0 | 47 | 0 | 82 | 64 | 3A |
| Octal | 47 | 377 | 113 | 125 | 0 | 107 | 0 | 202 | 144 | 72 |
| Binary | 100111 | 11111111 | 1001011 | 1010101 | 0 | 1000111 | 0 | 10000010 | 1100100 | 111010 |
Color Harmonies of #27FF4B
Complementary color
Monochromatic Colors of #27FF4B
Black with #27FF4B
Text Example
Text Example
White with #27FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF4B; }
p { color: rgb(39,255,75); }
H1.HeaderClassName
{
color: #27FF4B;
}
.AnyTagClassName
{
color: #27FF4B;
}
</style>
background-color css
<style>
a { background-color: #27FF4B; }
a { background-color: rgb(39,255,75); }
div.DivClassName
{
background-color: #27FF4B;
}
.BgClassName
{
background-color: #27FF4B;
}
</style>
border-color css
<style>
span { border-color: #27FF4B; }
span { border-color: rgb(39,255,75); }
td.TdClassName
{
border-color: #27FF4B;
}
.TagClassName
{
border-color: #27FF4B;
}
</style>