Shades of Harlequin #27E306
Tints of Harlequin #27E306
RGB
CMYK
RGB Variations
Color information
#27E306 (or 0x27E306) is known color: Harlequin. HEX triplet: 27, E3 and 06. RGB value is (39,227,6). Sum of RGB (Red+Green+Blue) = 39+227+6=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 227 (89.06% from 255 or 83.46% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 227 - color contains mainly: green. Hex color #27E306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E306 is #D81CF9. Grayscale: #929292. Windows color (decimal): -14163194 or 451367. OLE color: 451367.
HSL color Cylindrical-coordinate representation of color #27E306: hue angle of 111.04º degrees, saturation: 0.95, 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 #27E306 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.11 |
| HSL | 111.04º | 0.95% | 0.46% | - |
| HSV(B) | 111.04º | 0.97% | 0.89% | - |
| XYZ | 28.34 | 55.38 | 9.37 | - |
| YUV | 145.59 | 49.22 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 6 | 0.83 | 0 | 0.97 | 0.11 | 111.04 | 0.95 | 0.46 |
| Hex | 27 | E3 | 6 | 53 | 0 | 61 | B | 6F | 5F | 2E |
| Octal | 47 | 343 | 6 | 123 | 0 | 141 | 13 | 157 | 137 | 56 |
| Binary | 100111 | 11100011 | 110 | 1010011 | 0 | 1100001 | 1011 | 1101111 | 1011111 | 101110 |
Color Harmonies of #27E306
Complementary color
Monochromatic Colors of #27E306
Black with #27E306
Text Example
Text Example
White with #27E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E306; }
p { color: rgb(39,227,6); }
H1.HeaderClassName
{
color: #27E306;
}
.AnyTagClassName
{
color: #27E306;
}
</style>
background-color css
<style>
a { background-color: #27E306; }
a { background-color: rgb(39,227,6); }
div.DivClassName
{
background-color: #27E306;
}
.BgClassName
{
background-color: #27E306;
}
</style>
border-color css
<style>
span { border-color: #27E306; }
span { border-color: rgb(39,227,6); }
td.TdClassName
{
border-color: #27E306;
}
.TagClassName
{
border-color: #27E306;
}
</style>