Shades of Harlequin #27E800
Tints of Harlequin #27E800
RGB
CMYK
RGB Variations
Color information
#27E800 (or 0x27E800) is known color: Harlequin. HEX triplet: 27, E8 and 00. RGB value is (39,232,0). Sum of RGB (Red+Green+Blue) = 39+232+0=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 232 (91.02% from 255 or 85.61% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 232 - color contains mainly: green. Hex color #27E800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E800 is #D817FF. Grayscale: #949494. Windows color (decimal): -14161920 or 59431. OLE color: 59431.
HSL color Cylindrical-coordinate representation of color #27E800: hue angle of 109.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27E800 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 232 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.09 |
| HSL | 109.91º | 1% | 0.45% | - |
| HSV(B) | 109.91º | 1% | 0.91% | - |
| XYZ | 29.69 | 58.14 | 9.66 | - |
| YUV | 147.85 | 44.56 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 232 | 0 | 0.83 | 0 | 1 | 0.09 | 109.91 | 1 | 0.45 |
| Hex | 27 | E8 | 0 | 53 | 0 | 64 | 9 | 6E | 64 | 2D |
| Octal | 47 | 350 | 0 | 123 | 0 | 144 | 11 | 156 | 144 | 55 |
| Binary | 100111 | 11101000 | 0 | 1010011 | 0 | 1100100 | 1001 | 1101110 | 1100100 | 101101 |
Color Harmonies of #27E800
Complementary color
Monochromatic Colors of #27E800
Black with #27E800
Text Example
Text Example
White with #27E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E800; }
p { color: rgb(39,232,0); }
H1.HeaderClassName
{
color: #27E800;
}
.AnyTagClassName
{
color: #27E800;
}
</style>
background-color css
<style>
a { background-color: #27E800; }
a { background-color: rgb(39,232,0); }
div.DivClassName
{
background-color: #27E800;
}
.BgClassName
{
background-color: #27E800;
}
</style>
border-color css
<style>
span { border-color: #27E800; }
span { border-color: rgb(39,232,0); }
td.TdClassName
{
border-color: #27E800;
}
.TagClassName
{
border-color: #27E800;
}
</style>