Shades of Harlequin #27E307
Tints of Harlequin #27E307
RGB
CMYK
RGB Variations
Color information
#27E307 (or 0x27E307) is known color: Harlequin. HEX triplet: 27, E3 and 07. RGB value is (39,227,7). Sum of RGB (Red+Green+Blue) = 39+227+7=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #27E307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E307 is #D81CF8. Grayscale: #929292. Windows color (decimal): -14163193 or 516903. OLE color: 516903.
HSL color Cylindrical-coordinate representation of color #27E307: hue angle of 111.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27E307 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.11 |
| HSL | 111.27º | 0.94% | 0.46% | - |
| HSV(B) | 111.27º | 0.97% | 0.89% | - |
| XYZ | 28.34 | 55.38 | 9.4 | - |
| YUV | 145.71 | 49.72 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 7 | 0.83 | 0 | 0.97 | 0.11 | 111.27 | 0.94 | 0.46 |
| Hex | 27 | E3 | 7 | 53 | 0 | 61 | B | 6F | 5E | 2E |
| Octal | 47 | 343 | 7 | 123 | 0 | 141 | 13 | 157 | 136 | 56 |
| Binary | 100111 | 11100011 | 111 | 1010011 | 0 | 1100001 | 1011 | 1101111 | 1011110 | 101110 |
Color Harmonies of #27E307
Complementary color
Monochromatic Colors of #27E307
Black with #27E307
Text Example
Text Example
White with #27E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E307; }
p { color: rgb(39,227,7); }
H1.HeaderClassName
{
color: #27E307;
}
.AnyTagClassName
{
color: #27E307;
}
</style>
background-color css
<style>
a { background-color: #27E307; }
a { background-color: rgb(39,227,7); }
div.DivClassName
{
background-color: #27E307;
}
.BgClassName
{
background-color: #27E307;
}
</style>
border-color css
<style>
span { border-color: #27E307; }
span { border-color: rgb(39,227,7); }
td.TdClassName
{
border-color: #27E307;
}
.TagClassName
{
border-color: #27E307;
}
</style>