Shades of Malachite #27F258
Tints of Malachite #27F258
RGB
CMYK
RGB Variations
Color information
#27F258 (or 0x27F258) is known color: Malachite. HEX triplet: 27, F2 and 58. RGB value is (39,242,88). Sum of RGB (Red+Green+Blue) = 39+242+88=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #27F258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F258 is #D80DA7. Grayscale: #A4A4A4. Windows color (decimal): -14159272 or 5829159. OLE color: 5829159.
HSL color Cylindrical-coordinate representation of color #27F258: hue angle of 134.48º degrees, saturation: 0.89, 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 #27F258 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 88 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.05 |
| HSL | 134.48º | 0.89% | 0.55% | - |
| HSV(B) | 134.48º | 0.84% | 0.95% | - |
| XYZ | 34.35 | 64.64 | 19.9 | - |
| YUV | 163.75 | 85.25 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 88 | 0.84 | 0 | 0.64 | 0.05 | 134.48 | 0.89 | 0.55 |
| Hex | 27 | F2 | 58 | 54 | 0 | 40 | 5 | 86 | 59 | 37 |
| Octal | 47 | 362 | 130 | 124 | 0 | 100 | 5 | 206 | 131 | 67 |
| Binary | 100111 | 11110010 | 1011000 | 1010100 | 0 | 1000000 | 101 | 10000110 | 1011001 | 110111 |
Color Harmonies of #27F258
Complementary color
Monochromatic Colors of #27F258
Black with #27F258
Text Example
Text Example
White with #27F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F258; }
p { color: rgb(39,242,88); }
H1.HeaderClassName
{
color: #27F258;
}
.AnyTagClassName
{
color: #27F258;
}
</style>
background-color css
<style>
a { background-color: #27F258; }
a { background-color: rgb(39,242,88); }
div.DivClassName
{
background-color: #27F258;
}
.BgClassName
{
background-color: #27F258;
}
</style>
border-color css
<style>
span { border-color: #27F258; }
span { border-color: rgb(39,242,88); }
td.TdClassName
{
border-color: #27F258;
}
.TagClassName
{
border-color: #27F258;
}
</style>