Shades of Harlequin #27EE04
Tints of Harlequin #27EE04
RGB
CMYK
RGB Variations
Color information
#27EE04 (or 0x27EE04) is known color: Harlequin. HEX triplet: 27, EE and 04. RGB value is (39,238,4). Sum of RGB (Red+Green+Blue) = 39+238+4=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 238 (93.36% from 255 or 84.70% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 238 - color contains mainly: green. Hex color #27EE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EE04 is #D811FB. Grayscale: #989898. Windows color (decimal): -14160380 or 323111. OLE color: 323111.
HSL color Cylindrical-coordinate representation of color #27EE04: hue angle of 111.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27EE04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.07 |
| HSL | 111.03º | 0.97% | 0.47% | - |
| HSV(B) | 111.03º | 0.98% | 0.93% | - |
| XYZ | 31.43 | 61.59 | 10.35 | - |
| YUV | 151.82 | 44.57 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 4 | 0.84 | 0 | 0.98 | 0.07 | 111.03 | 0.97 | 0.47 |
| Hex | 27 | EE | 4 | 54 | 0 | 62 | 7 | 6F | 61 | 2F |
| Octal | 47 | 356 | 4 | 124 | 0 | 142 | 7 | 157 | 141 | 57 |
| Binary | 100111 | 11101110 | 100 | 1010100 | 0 | 1100010 | 111 | 1101111 | 1100001 | 101111 |
Color Harmonies of #27EE04
Complementary color
Monochromatic Colors of #27EE04
Black with #27EE04
Text Example
Text Example
White with #27EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EE04; }
p { color: rgb(39,238,4); }
H1.HeaderClassName
{
color: #27EE04;
}
.AnyTagClassName
{
color: #27EE04;
}
</style>
background-color css
<style>
a { background-color: #27EE04; }
a { background-color: rgb(39,238,4); }
div.DivClassName
{
background-color: #27EE04;
}
.BgClassName
{
background-color: #27EE04;
}
</style>
border-color css
<style>
span { border-color: #27EE04; }
span { border-color: rgb(39,238,4); }
td.TdClassName
{
border-color: #27EE04;
}
.TagClassName
{
border-color: #27EE04;
}
</style>