Shades of Malachite #27EF68
Tints of Malachite #27EF68
RGB
CMYK
RGB Variations
Color information
#27EF68 (or 0x27EF68) is known color: Malachite. HEX triplet: 27, EF and 68. RGB value is (39,239,104). Sum of RGB (Red+Green+Blue) = 39+239+104=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #27EF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27EF68 is #D81097. Grayscale: #A4A4A4. Windows color (decimal): -14160024 or 6876967. OLE color: 6876967.
HSL color Cylindrical-coordinate representation of color #27EF68: hue angle of 139.5º degrees, saturation: 0.86, 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 #27EF68 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 104 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.06 |
| HSL | 139.5º | 0.86% | 0.55% | - |
| HSV(B) | 139.5º | 0.84% | 0.94% | - |
| XYZ | 34.2 | 63.16 | 23.49 | - |
| YUV | 163.81 | 94.24 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 104 | 0.84 | 0 | 0.56 | 0.06 | 139.5 | 0.86 | 0.55 |
| Hex | 27 | EF | 68 | 54 | 0 | 38 | 6 | 8C | 56 | 37 |
| Octal | 47 | 357 | 150 | 124 | 0 | 70 | 6 | 214 | 126 | 67 |
| Binary | 100111 | 11101111 | 1101000 | 1010100 | 0 | 111000 | 110 | 10001100 | 1010110 | 110111 |
Color Harmonies of #27EF68
Complementary color
Monochromatic Colors of #27EF68
Black with #27EF68
Text Example
Text Example
White with #27EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EF68; }
p { color: rgb(39,239,104); }
H1.HeaderClassName
{
color: #27EF68;
}
.AnyTagClassName
{
color: #27EF68;
}
</style>
background-color css
<style>
a { background-color: #27EF68; }
a { background-color: rgb(39,239,104); }
div.DivClassName
{
background-color: #27EF68;
}
.BgClassName
{
background-color: #27EF68;
}
</style>
border-color css
<style>
span { border-color: #27EF68; }
span { border-color: rgb(39,239,104); }
td.TdClassName
{
border-color: #27EF68;
}
.TagClassName
{
border-color: #27EF68;
}
</style>