Shades of Harlequin #27E706
Tints of Harlequin #27E706
RGB
CMYK
RGB Variations
Color information
#27E706 (or 0x27E706) is known color: Harlequin. HEX triplet: 27, E7 and 06. RGB value is (39,231,6). Sum of RGB (Red+Green+Blue) = 39+231+6=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 231 (90.62% from 255 or 83.70% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 231 - color contains mainly: green. Hex color #27E706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E706 is #D818F9. Grayscale: #949494. Windows color (decimal): -14162170 or 452391. OLE color: 452391.
HSL color Cylindrical-coordinate representation of color #27E706: hue angle of 111.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27E706 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.09 |
| HSL | 111.2º | 0.95% | 0.46% | - |
| HSV(B) | 111.2º | 0.97% | 0.91% | - |
| XYZ | 29.45 | 57.6 | 9.74 | - |
| YUV | 147.94 | 47.89 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 6 | 0.83 | 0 | 0.97 | 0.09 | 111.2 | 0.95 | 0.46 |
| Hex | 27 | E7 | 6 | 53 | 0 | 61 | 9 | 6F | 5F | 2E |
| Octal | 47 | 347 | 6 | 123 | 0 | 141 | 11 | 157 | 137 | 56 |
| Binary | 100111 | 11100111 | 110 | 1010011 | 0 | 1100001 | 1001 | 1101111 | 1011111 | 101110 |
Color Harmonies of #27E706
Complementary color
Monochromatic Colors of #27E706
Black with #27E706
Text Example
Text Example
White with #27E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E706; }
p { color: rgb(39,231,6); }
H1.HeaderClassName
{
color: #27E706;
}
.AnyTagClassName
{
color: #27E706;
}
</style>
background-color css
<style>
a { background-color: #27E706; }
a { background-color: rgb(39,231,6); }
div.DivClassName
{
background-color: #27E706;
}
.BgClassName
{
background-color: #27E706;
}
</style>
border-color css
<style>
span { border-color: #27E706; }
span { border-color: rgb(39,231,6); }
td.TdClassName
{
border-color: #27E706;
}
.TagClassName
{
border-color: #27E706;
}
</style>