Shades of Harlequin #27EB00
Tints of Harlequin #27EB00
RGB
CMYK
RGB Variations
Color information
#27EB00 (or 0x27EB00) is known color: Harlequin. HEX triplet: 27, EB and 00. RGB value is (39,235,0). Sum of RGB (Red+Green+Blue) = 39+235+0=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 235 (92.19% from 255 or 85.77% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 235 - color contains mainly: green. Hex color #27EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EB00 is #D814FF. Grayscale: #969696. Windows color (decimal): -14161152 or 60199. OLE color: 60199.
HSL color Cylindrical-coordinate representation of color #27EB00: hue angle of 110.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27EB00 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 235 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.08 |
| HSL | 110.04º | 1% | 0.46% | - |
| HSV(B) | 110.04º | 1% | 0.92% | - |
| XYZ | 30.55 | 59.85 | 9.94 | - |
| YUV | 149.61 | 43.57 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 235 | 0 | 0.83 | 0 | 1 | 0.08 | 110.04 | 1 | 0.46 |
| Hex | 27 | EB | 0 | 53 | 0 | 64 | 8 | 6E | 64 | 2E |
| Octal | 47 | 353 | 0 | 123 | 0 | 144 | 10 | 156 | 144 | 56 |
| Binary | 100111 | 11101011 | 0 | 1010011 | 0 | 1100100 | 1000 | 1101110 | 1100100 | 101110 |
Color Harmonies of #27EB00
Complementary color
Monochromatic Colors of #27EB00
Black with #27EB00
Text Example
Text Example
White with #27EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EB00; }
p { color: rgb(39,235,0); }
H1.HeaderClassName
{
color: #27EB00;
}
.AnyTagClassName
{
color: #27EB00;
}
</style>
background-color css
<style>
a { background-color: #27EB00; }
a { background-color: rgb(39,235,0); }
div.DivClassName
{
background-color: #27EB00;
}
.BgClassName
{
background-color: #27EB00;
}
</style>
border-color css
<style>
span { border-color: #27EB00; }
span { border-color: rgb(39,235,0); }
td.TdClassName
{
border-color: #27EB00;
}
.TagClassName
{
border-color: #27EB00;
}
</style>