Shades of Harlequin #27EE00
Tints of Harlequin #27EE00
RGB
CMYK
RGB Variations
Color information
#27EE00 (or 0x27EE00) is known color: Harlequin. HEX triplet: 27, EE and 00. RGB value is (39,238,0). Sum of RGB (Red+Green+Blue) = 39+238+0=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 238 (93.36% from 255 or 85.92% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 238 - color contains mainly: green. Hex color #27EE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EE00 is #D811FF. Grayscale: #989898. Windows color (decimal): -14160384 or 60967. OLE color: 60967.
HSL color Cylindrical-coordinate representation of color #27EE00: hue angle of 110.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27EE00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.07 |
| HSL | 110.17º | 1% | 0.47% | - |
| HSV(B) | 110.17º | 1% | 0.93% | - |
| XYZ | 31.41 | 61.58 | 10.23 | - |
| YUV | 151.37 | 42.57 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 0 | 0.84 | 0 | 1 | 0.07 | 110.17 | 1 | 0.47 |
| Hex | 27 | EE | 0 | 54 | 0 | 64 | 7 | 6E | 64 | 2F |
| Octal | 47 | 356 | 0 | 124 | 0 | 144 | 7 | 156 | 144 | 57 |
| Binary | 100111 | 11101110 | 0 | 1010100 | 0 | 1100100 | 111 | 1101110 | 1100100 | 101111 |
Color Harmonies of #27EE00
Complementary color
Monochromatic Colors of #27EE00
Black with #27EE00
Text Example
Text Example
White with #27EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EE00; }
p { color: rgb(39,238,0); }
H1.HeaderClassName
{
color: #27EE00;
}
.AnyTagClassName
{
color: #27EE00;
}
</style>
background-color css
<style>
a { background-color: #27EE00; }
a { background-color: rgb(39,238,0); }
div.DivClassName
{
background-color: #27EE00;
}
.BgClassName
{
background-color: #27EE00;
}
</style>
border-color css
<style>
span { border-color: #27EE00; }
span { border-color: rgb(39,238,0); }
td.TdClassName
{
border-color: #27EE00;
}
.TagClassName
{
border-color: #27EE00;
}
</style>