Shades of Malachite #27F254
Tints of Malachite #27F254
RGB
CMYK
RGB Variations
Color information
#27F254 (or 0x27F254) is known color: Malachite. HEX triplet: 27, F2 and 54. RGB value is (39,242,84). Sum of RGB (Red+Green+Blue) = 39+242+84=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #27F254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F254 is #D80DAB. Grayscale: #A3A3A3. Windows color (decimal): -14159276 or 5567015. OLE color: 5567015.
HSL color Cylindrical-coordinate representation of color #27F254: hue angle of 133.3º 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 #27F254 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 84 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.05 |
| HSL | 133.3º | 0.89% | 0.55% | - |
| HSV(B) | 133.3º | 0.84% | 0.95% | - |
| XYZ | 34.19 | 64.58 | 19.05 | - |
| YUV | 163.29 | 83.25 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 84 | 0.84 | 0 | 0.65 | 0.05 | 133.3 | 0.89 | 0.55 |
| Hex | 27 | F2 | 54 | 54 | 0 | 41 | 5 | 85 | 59 | 37 |
| Octal | 47 | 362 | 124 | 124 | 0 | 101 | 5 | 205 | 131 | 67 |
| Binary | 100111 | 11110010 | 1010100 | 1010100 | 0 | 1000001 | 101 | 10000101 | 1011001 | 110111 |
Color Harmonies of #27F254
Complementary color
Monochromatic Colors of #27F254
Black with #27F254
Text Example
Text Example
White with #27F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F254; }
p { color: rgb(39,242,84); }
H1.HeaderClassName
{
color: #27F254;
}
.AnyTagClassName
{
color: #27F254;
}
</style>
background-color css
<style>
a { background-color: #27F254; }
a { background-color: rgb(39,242,84); }
div.DivClassName
{
background-color: #27F254;
}
.BgClassName
{
background-color: #27F254;
}
</style>
border-color css
<style>
span { border-color: #27F254; }
span { border-color: rgb(39,242,84); }
td.TdClassName
{
border-color: #27F254;
}
.TagClassName
{
border-color: #27F254;
}
</style>