Shades of Harlequin #27E409
Tints of Harlequin #27E409
RGB
CMYK
RGB Variations
Color information
#27E409 (or 0x27E409) is known color: Harlequin. HEX triplet: 27, E4 and 09. RGB value is (39,228,9). Sum of RGB (Red+Green+Blue) = 39+228+9=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #27E409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E409 is #D81BF6. Grayscale: #939393. Windows color (decimal): -14162935 or 648231. OLE color: 648231.
HSL color Cylindrical-coordinate representation of color #27E409: hue angle of 111.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27E409 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.11 |
| HSL | 111.78º | 0.92% | 0.46% | - |
| HSV(B) | 111.78º | 0.96% | 0.89% | - |
| XYZ | 28.63 | 55.94 | 9.55 | - |
| YUV | 146.52 | 50.38 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 9 | 0.83 | 0 | 0.96 | 0.11 | 111.78 | 0.92 | 0.46 |
| Hex | 27 | E4 | 9 | 53 | 0 | 60 | B | 70 | 5C | 2E |
| Octal | 47 | 344 | 11 | 123 | 0 | 140 | 13 | 160 | 134 | 56 |
| Binary | 100111 | 11100100 | 1001 | 1010011 | 0 | 1100000 | 1011 | 1110000 | 1011100 | 101110 |
Color Harmonies of #27E409
Complementary color
Monochromatic Colors of #27E409
Black with #27E409
Text Example
Text Example
White with #27E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E409; }
p { color: rgb(39,228,9); }
H1.HeaderClassName
{
color: #27E409;
}
.AnyTagClassName
{
color: #27E409;
}
</style>
background-color css
<style>
a { background-color: #27E409; }
a { background-color: rgb(39,228,9); }
div.DivClassName
{
background-color: #27E409;
}
.BgClassName
{
background-color: #27E409;
}
</style>
border-color css
<style>
span { border-color: #27E409; }
span { border-color: rgb(39,228,9); }
td.TdClassName
{
border-color: #27E409;
}
.TagClassName
{
border-color: #27E409;
}
</style>