Shades of Harlequin #27E805
Tints of Harlequin #27E805
RGB
CMYK
RGB Variations
Color information
#27E805 (or 0x27E805) is known color: Harlequin. HEX triplet: 27, E8 and 05. RGB value is (39,232,5). Sum of RGB (Red+Green+Blue) = 39+232+5=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 232 (91.02% from 255 or 84.06% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 232 - color contains mainly: green. Hex color #27E805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E805 is #D817FA. Grayscale: #959595. Windows color (decimal): -14161915 or 387111. OLE color: 387111.
HSL color Cylindrical-coordinate representation of color #27E805: hue angle of 111.01º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27E805 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 232 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.09 |
| HSL | 111.01º | 0.96% | 0.46% | - |
| HSV(B) | 111.01º | 0.98% | 0.91% | - |
| XYZ | 29.72 | 58.16 | 9.8 | - |
| YUV | 148.42 | 47.06 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 232 | 5 | 0.83 | 0 | 0.98 | 0.09 | 111.01 | 0.96 | 0.46 |
| Hex | 27 | E8 | 5 | 53 | 0 | 62 | 9 | 6F | 60 | 2E |
| Octal | 47 | 350 | 5 | 123 | 0 | 142 | 11 | 157 | 140 | 56 |
| Binary | 100111 | 11101000 | 101 | 1010011 | 0 | 1100010 | 1001 | 1101111 | 1100000 | 101110 |
Color Harmonies of #27E805
Complementary color
Monochromatic Colors of #27E805
Black with #27E805
Text Example
Text Example
White with #27E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E805; }
p { color: rgb(39,232,5); }
H1.HeaderClassName
{
color: #27E805;
}
.AnyTagClassName
{
color: #27E805;
}
</style>
background-color css
<style>
a { background-color: #27E805; }
a { background-color: rgb(39,232,5); }
div.DivClassName
{
background-color: #27E805;
}
.BgClassName
{
background-color: #27E805;
}
</style>
border-color css
<style>
span { border-color: #27E805; }
span { border-color: rgb(39,232,5); }
td.TdClassName
{
border-color: #27E805;
}
.TagClassName
{
border-color: #27E805;
}
</style>