Shades of Harlequin #27E404
Tints of Harlequin #27E404
RGB
CMYK
RGB Variations
Color information
#27E404 (or 0x27E404) is known color: Harlequin. HEX triplet: 27, E4 and 04. RGB value is (39,228,4). Sum of RGB (Red+Green+Blue) = 39+228+4=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 228 (89.45% from 255 or 84.13% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 228 - color contains mainly: green. Hex color #27E404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E404 is #D81BFB. Grayscale: #929292. Windows color (decimal): -14162940 or 320551. OLE color: 320551.
HSL color Cylindrical-coordinate representation of color #27E404: hue angle of 110.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27E404 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.11 |
| HSL | 110.63º | 0.97% | 0.45% | - |
| HSV(B) | 110.63º | 0.98% | 0.89% | - |
| XYZ | 28.6 | 55.93 | 9.4 | - |
| YUV | 145.95 | 47.88 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 4 | 0.83 | 0 | 0.98 | 0.11 | 110.63 | 0.97 | 0.45 |
| Hex | 27 | E4 | 4 | 53 | 0 | 62 | B | 6F | 61 | 2D |
| Octal | 47 | 344 | 4 | 123 | 0 | 142 | 13 | 157 | 141 | 55 |
| Binary | 100111 | 11100100 | 100 | 1010011 | 0 | 1100010 | 1011 | 1101111 | 1100001 | 101101 |
Color Harmonies of #27E404
Complementary color
Monochromatic Colors of #27E404
Black with #27E404
Text Example
Text Example
White with #27E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E404; }
p { color: rgb(39,228,4); }
H1.HeaderClassName
{
color: #27E404;
}
.AnyTagClassName
{
color: #27E404;
}
</style>
background-color css
<style>
a { background-color: #27E404; }
a { background-color: rgb(39,228,4); }
div.DivClassName
{
background-color: #27E404;
}
.BgClassName
{
background-color: #27E404;
}
</style>
border-color css
<style>
span { border-color: #27E404; }
span { border-color: rgb(39,228,4); }
td.TdClassName
{
border-color: #27E404;
}
.TagClassName
{
border-color: #27E404;
}
</style>