Shades of Harlequin #27D908
Tints of Harlequin #27D908
RGB
CMYK
RGB Variations
Color information
#27D908 (or 0x27D908) is known color: Harlequin. HEX triplet: 27, D9 and 08. RGB value is (39,217,8). Sum of RGB (Red+Green+Blue) = 39+217+8=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 217 (85.16% from 255 or 82.20% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 217 - color contains mainly: green. Hex color #27D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D908 is #D826F7. Grayscale: #8C8C8C. Windows color (decimal): -14165752 or 579879. OLE color: 579879.
HSL color Cylindrical-coordinate representation of color #27D908: hue angle of 111.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27D908 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.15 |
| HSL | 111.1º | 0.93% | 0.44% | - |
| HSV(B) | 111.1º | 0.96% | 0.85% | - |
| XYZ | 25.69 | 50.07 | 8.54 | - |
| YUV | 139.95 | 53.53 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 8 | 0.82 | 0 | 0.96 | 0.15 | 111.1 | 0.93 | 0.44 |
| Hex | 27 | D9 | 8 | 52 | 0 | 60 | F | 6F | 5D | 2C |
| Octal | 47 | 331 | 10 | 122 | 0 | 140 | 17 | 157 | 135 | 54 |
| Binary | 100111 | 11011001 | 1000 | 1010010 | 0 | 1100000 | 1111 | 1101111 | 1011101 | 101100 |
Color Harmonies of #27D908
Complementary color
Monochromatic Colors of #27D908
Black with #27D908
Text Example
Text Example
White with #27D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D908; }
p { color: rgb(39,217,8); }
H1.HeaderClassName
{
color: #27D908;
}
.AnyTagClassName
{
color: #27D908;
}
</style>
background-color css
<style>
a { background-color: #27D908; }
a { background-color: rgb(39,217,8); }
div.DivClassName
{
background-color: #27D908;
}
.BgClassName
{
background-color: #27D908;
}
</style>
border-color css
<style>
span { border-color: #27D908; }
span { border-color: rgb(39,217,8); }
td.TdClassName
{
border-color: #27D908;
}
.TagClassName
{
border-color: #27D908;
}
</style>