Shades of Malachite #27F250
Tints of Malachite #27F250
RGB
CMYK
RGB Variations
Color information
#27F250 (or 0x27F250) is known color: Malachite. HEX triplet: 27, F2 and 50. RGB value is (39,242,80). Sum of RGB (Red+Green+Blue) = 39+242+80=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #27F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F250 is #D80DAF. Grayscale: #A3A3A3. Windows color (decimal): -14159280 or 5304871. OLE color: 5304871.
HSL color Cylindrical-coordinate representation of color #27F250: hue angle of 132.12º 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 #27F250 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 80 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.05 |
| HSL | 132.12º | 0.89% | 0.55% | - |
| HSV(B) | 132.12º | 0.84% | 0.95% | - |
| XYZ | 34.04 | 64.51 | 18.25 | - |
| YUV | 162.84 | 81.25 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 80 | 0.84 | 0 | 0.67 | 0.05 | 132.12 | 0.89 | 0.55 |
| Hex | 27 | F2 | 50 | 54 | 0 | 43 | 5 | 84 | 59 | 37 |
| Octal | 47 | 362 | 120 | 124 | 0 | 103 | 5 | 204 | 131 | 67 |
| Binary | 100111 | 11110010 | 1010000 | 1010100 | 0 | 1000011 | 101 | 10000100 | 1011001 | 110111 |
Color Harmonies of #27F250
Complementary color
Monochromatic Colors of #27F250
Black with #27F250
Text Example
Text Example
White with #27F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F250; }
p { color: rgb(39,242,80); }
H1.HeaderClassName
{
color: #27F250;
}
.AnyTagClassName
{
color: #27F250;
}
</style>
background-color css
<style>
a { background-color: #27F250; }
a { background-color: rgb(39,242,80); }
div.DivClassName
{
background-color: #27F250;
}
.BgClassName
{
background-color: #27F250;
}
</style>
border-color css
<style>
span { border-color: #27F250; }
span { border-color: rgb(39,242,80); }
td.TdClassName
{
border-color: #27F250;
}
.TagClassName
{
border-color: #27F250;
}
</style>