Shades of Harlequin #27FF01
Tints of Harlequin #27FF01
RGB
CMYK
RGB Variations
Color information
#27FF01 (or 0x27FF01) is known color: Harlequin. HEX triplet: 27, FF and 01. RGB value is (39,255,1). Sum of RGB (Red+Green+Blue) = 39+255+1=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FF01 is #D800FE. Grayscale: #A2A2A2. Windows color (decimal): -14156031 or 130855. OLE color: 130855.
HSL color Cylindrical-coordinate representation of color #27FF01: hue angle of 111.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27FF01 is Cyan = 0.85, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 1 | - |
| CMYK | 0.85 | 0 | 1.00 | 0 |
| HSL | 111.02º | 1% | 0.5% | - |
| HSV(B) | 111.02º | 1% | 1% | - |
| XYZ | 36.6 | 71.95 | 11.99 | - |
| YUV | 161.46 | 37.44 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 1 | 0.85 | 0 | 1.00 | 0 | 111.02 | 1 | 0.5 |
| Hex | 27 | FF | 1 | 55 | 0 | 64 | 0 | 6F | 64 | 32 |
| Octal | 47 | 377 | 1 | 125 | 0 | 144 | 0 | 157 | 144 | 62 |
| Binary | 100111 | 11111111 | 1 | 1010101 | 0 | 1100100 | 0 | 1101111 | 1100100 | 110010 |
Color Harmonies of #27FF01
Complementary color
Monochromatic Colors of #27FF01
Black with #27FF01
Text Example
Text Example
White with #27FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF01; }
p { color: rgb(39,255,1); }
H1.HeaderClassName
{
color: #27FF01;
}
.AnyTagClassName
{
color: #27FF01;
}
</style>
background-color css
<style>
a { background-color: #27FF01; }
a { background-color: rgb(39,255,1); }
div.DivClassName
{
background-color: #27FF01;
}
.BgClassName
{
background-color: #27FF01;
}
</style>
border-color css
<style>
span { border-color: #27FF01; }
span { border-color: rgb(39,255,1); }
td.TdClassName
{
border-color: #27FF01;
}
.TagClassName
{
border-color: #27FF01;
}
</style>