Shades of Malachite #27FE52
Tints of Malachite #27FE52
RGB
CMYK
RGB Variations
Color information
#27FE52 (or 0x27FE52) is known color: Malachite. HEX triplet: 27, FE and 52. RGB value is (39,254,82). Sum of RGB (Red+Green+Blue) = 39+254+82=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27FE52 is #D801AD. Grayscale: #AAAAAA. Windows color (decimal): -14156206 or 5439015. OLE color: 5439015.
HSL color Cylindrical-coordinate representation of color #27FE52: hue angle of 132º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FE52 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 82 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.00 |
| HSL | 132º | 0.99% | 0.57% | - |
| HSV(B) | 132º | 0.85% | 1% | - |
| XYZ | 37.8 | 71.92 | 19.87 | - |
| YUV | 170.11 | 78.27 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 82 | 0.85 | 0 | 0.68 | 0.00 | 132 | 0.99 | 0.57 |
| Hex | 27 | FE | 52 | 55 | 0 | 44 | 0 | 84 | 63 | 39 |
| Octal | 47 | 376 | 122 | 125 | 0 | 104 | 0 | 204 | 143 | 71 |
| Binary | 100111 | 11111110 | 1010010 | 1010101 | 0 | 1000100 | 0 | 10000100 | 1100011 | 111001 |
Color Harmonies of #27FE52
Complementary color
Monochromatic Colors of #27FE52
Black with #27FE52
Text Example
Text Example
White with #27FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE52; }
p { color: rgb(39,254,82); }
H1.HeaderClassName
{
color: #27FE52;
}
.AnyTagClassName
{
color: #27FE52;
}
</style>
background-color css
<style>
a { background-color: #27FE52; }
a { background-color: rgb(39,254,82); }
div.DivClassName
{
background-color: #27FE52;
}
.BgClassName
{
background-color: #27FE52;
}
</style>
border-color css
<style>
span { border-color: #27FE52; }
span { border-color: rgb(39,254,82); }
td.TdClassName
{
border-color: #27FE52;
}
.TagClassName
{
border-color: #27FE52;
}
</style>