Shades of Malachite #27F04A
Tints of Malachite #27F04A
RGB
CMYK
RGB Variations
Color information
#27F04A (or 0x27F04A) is known color: Malachite. HEX triplet: 27, F0 and 4A. RGB value is (39,240,74). Sum of RGB (Red+Green+Blue) = 39+240+74=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #27F04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F04A is #D80FB5. Grayscale: #A1A1A1. Windows color (decimal): -14159798 or 4911143. OLE color: 4911143.
HSL color Cylindrical-coordinate representation of color #27F04A: hue angle of 130.45º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F04A is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 240 | 74 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.06 |
| HSL | 130.45º | 0.87% | 0.55% | - |
| HSV(B) | 130.45º | 0.84% | 0.94% | - |
| XYZ | 33.23 | 63.25 | 16.93 | - |
| YUV | 160.98 | 78.91 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 240 | 74 | 0.84 | 0 | 0.69 | 0.06 | 130.45 | 0.87 | 0.55 |
| Hex | 27 | F0 | 4A | 54 | 0 | 45 | 6 | 82 | 57 | 37 |
| Octal | 47 | 360 | 112 | 124 | 0 | 105 | 6 | 202 | 127 | 67 |
| Binary | 100111 | 11110000 | 1001010 | 1010100 | 0 | 1000101 | 110 | 10000010 | 1010111 | 110111 |
Color Harmonies of #27F04A
Complementary color
Monochromatic Colors of #27F04A
Black with #27F04A
Text Example
Text Example
White with #27F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F04A; }
p { color: rgb(39,240,74); }
H1.HeaderClassName
{
color: #27F04A;
}
.AnyTagClassName
{
color: #27F04A;
}
</style>
background-color css
<style>
a { background-color: #27F04A; }
a { background-color: rgb(39,240,74); }
div.DivClassName
{
background-color: #27F04A;
}
.BgClassName
{
background-color: #27F04A;
}
</style>
border-color css
<style>
span { border-color: #27F04A; }
span { border-color: rgb(39,240,74); }
td.TdClassName
{
border-color: #27F04A;
}
.TagClassName
{
border-color: #27F04A;
}
</style>