Shades of Harlequin #27E705
Tints of Harlequin #27E705
RGB
CMYK
RGB Variations
Color information
#27E705 (or 0x27E705) is known color: Harlequin. HEX triplet: 27, E7 and 05. RGB value is (39,231,5). Sum of RGB (Red+Green+Blue) = 39+231+5=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 231 (90.62% from 255 or 84% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 231 - color contains mainly: green. Hex color #27E705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E705 is #D818FA. Grayscale: #949494. Windows color (decimal): -14162171 or 386855. OLE color: 386855.
HSL color Cylindrical-coordinate representation of color #27E705: hue angle of 110.97º 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 #27E705 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.09 |
| HSL | 110.97º | 0.96% | 0.46% | - |
| HSV(B) | 110.97º | 0.98% | 0.91% | - |
| XYZ | 29.44 | 57.59 | 9.71 | - |
| YUV | 147.83 | 47.39 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 5 | 0.83 | 0 | 0.98 | 0.09 | 110.97 | 0.96 | 0.46 |
| Hex | 27 | E7 | 5 | 53 | 0 | 62 | 9 | 6F | 60 | 2E |
| Octal | 47 | 347 | 5 | 123 | 0 | 142 | 11 | 157 | 140 | 56 |
| Binary | 100111 | 11100111 | 101 | 1010011 | 0 | 1100010 | 1001 | 1101111 | 1100000 | 101110 |
Color Harmonies of #27E705
Complementary color
Monochromatic Colors of #27E705
Black with #27E705
Text Example
Text Example
White with #27E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E705; }
p { color: rgb(39,231,5); }
H1.HeaderClassName
{
color: #27E705;
}
.AnyTagClassName
{
color: #27E705;
}
</style>
background-color css
<style>
a { background-color: #27E705; }
a { background-color: rgb(39,231,5); }
div.DivClassName
{
background-color: #27E705;
}
.BgClassName
{
background-color: #27E705;
}
</style>
border-color css
<style>
span { border-color: #27E705; }
span { border-color: rgb(39,231,5); }
td.TdClassName
{
border-color: #27E705;
}
.TagClassName
{
border-color: #27E705;
}
</style>