Shades of Malachite #27F144
Tints of Malachite #27F144
RGB
CMYK
RGB Variations
Color information
#27F144 (or 0x27F144) is known color: Malachite. HEX triplet: 27, F1 and 44. RGB value is (39,241,68). Sum of RGB (Red+Green+Blue) = 39+241+68=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #27F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F144 is #D80EBB. Grayscale: #A1A1A1. Windows color (decimal): -14159548 or 4518183. OLE color: 4518183.
HSL color Cylindrical-coordinate representation of color #27F144: hue angle of 128.61º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F144 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 241 | 68 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.05 |
| HSL | 128.61º | 0.88% | 0.55% | - |
| HSV(B) | 128.61º | 0.84% | 0.95% | - |
| XYZ | 33.34 | 63.76 | 16.02 | - |
| YUV | 160.88 | 75.58 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 68 | 0.84 | 0 | 0.72 | 0.05 | 128.61 | 0.88 | 0.55 |
| Hex | 27 | F1 | 44 | 54 | 0 | 48 | 5 | 81 | 58 | 37 |
| Octal | 47 | 361 | 104 | 124 | 0 | 110 | 5 | 201 | 130 | 67 |
| Binary | 100111 | 11110001 | 1000100 | 1010100 | 0 | 1001000 | 101 | 10000001 | 1011000 | 110111 |
Color Harmonies of #27F144
Complementary color
Monochromatic Colors of #27F144
Black with #27F144
Text Example
Text Example
White with #27F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F144; }
p { color: rgb(39,241,68); }
H1.HeaderClassName
{
color: #27F144;
}
.AnyTagClassName
{
color: #27F144;
}
</style>
background-color css
<style>
a { background-color: #27F144; }
a { background-color: rgb(39,241,68); }
div.DivClassName
{
background-color: #27F144;
}
.BgClassName
{
background-color: #27F144;
}
</style>
border-color css
<style>
span { border-color: #27F144; }
span { border-color: rgb(39,241,68); }
td.TdClassName
{
border-color: #27F144;
}
.TagClassName
{
border-color: #27F144;
}
</style>