Shades of Harlequin #27E808
Tints of Harlequin #27E808
RGB
CMYK
RGB Variations
Color information
#27E808 (or 0x27E808) is known color: Harlequin. HEX triplet: 27, E8 and 08. RGB value is (39,232,8). Sum of RGB (Red+Green+Blue) = 39+232+8=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 232 (91.02% from 255 or 83.15% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 232 - color contains mainly: green. Hex color #27E808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E808 is #D817F7. Grayscale: #959595. Windows color (decimal): -14161912 or 583719. OLE color: 583719.
HSL color Cylindrical-coordinate representation of color #27E808: hue angle of 111.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27E808 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 232 | 8 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.09 |
| HSL | 111.7º | 0.93% | 0.47% | - |
| HSV(B) | 111.7º | 0.97% | 0.91% | - |
| XYZ | 29.74 | 58.16 | 9.89 | - |
| YUV | 148.76 | 48.56 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 232 | 8 | 0.83 | 0 | 0.97 | 0.09 | 111.7 | 0.93 | 0.47 |
| Hex | 27 | E8 | 8 | 53 | 0 | 61 | 9 | 70 | 5D | 2F |
| Octal | 47 | 350 | 10 | 123 | 0 | 141 | 11 | 160 | 135 | 57 |
| Binary | 100111 | 11101000 | 1000 | 1010011 | 0 | 1100001 | 1001 | 1110000 | 1011101 | 101111 |
Color Harmonies of #27E808
Complementary color
Monochromatic Colors of #27E808
Black with #27E808
Text Example
Text Example
White with #27E808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E808; }
p { color: rgb(39,232,8); }
H1.HeaderClassName
{
color: #27E808;
}
.AnyTagClassName
{
color: #27E808;
}
</style>
background-color css
<style>
a { background-color: #27E808; }
a { background-color: rgb(39,232,8); }
div.DivClassName
{
background-color: #27E808;
}
.BgClassName
{
background-color: #27E808;
}
</style>
border-color css
<style>
span { border-color: #27E808; }
span { border-color: rgb(39,232,8); }
td.TdClassName
{
border-color: #27E808;
}
.TagClassName
{
border-color: #27E808;
}
</style>