Shades of Harlequin #27D905
Tints of Harlequin #27D905
RGB
CMYK
RGB Variations
Color information
#27D905 (or 0x27D905) is known color: Harlequin. HEX triplet: 27, D9 and 05. RGB value is (39,217,5). Sum of RGB (Red+Green+Blue) = 39+217+5=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #27D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D905 is #D826FA. Grayscale: #8C8C8C. Windows color (decimal): -14165755 or 383271. OLE color: 383271.
HSL color Cylindrical-coordinate representation of color #27D905: hue angle of 110.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27D905 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.15 |
| HSL | 110.38º | 0.95% | 0.44% | - |
| HSV(B) | 110.38º | 0.98% | 0.85% | - |
| XYZ | 25.68 | 50.07 | 8.45 | - |
| YUV | 139.61 | 52.03 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 5 | 0.82 | 0 | 0.98 | 0.15 | 110.38 | 0.95 | 0.44 |
| Hex | 27 | D9 | 5 | 52 | 0 | 62 | F | 6E | 5F | 2C |
| Octal | 47 | 331 | 5 | 122 | 0 | 142 | 17 | 156 | 137 | 54 |
| Binary | 100111 | 11011001 | 101 | 1010010 | 0 | 1100010 | 1111 | 1101110 | 1011111 | 101100 |
Color Harmonies of #27D905
Complementary color
Monochromatic Colors of #27D905
Black with #27D905
Text Example
Text Example
White with #27D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D905; }
p { color: rgb(39,217,5); }
H1.HeaderClassName
{
color: #27D905;
}
.AnyTagClassName
{
color: #27D905;
}
</style>
background-color css
<style>
a { background-color: #27D905; }
a { background-color: rgb(39,217,5); }
div.DivClassName
{
background-color: #27D905;
}
.BgClassName
{
background-color: #27D905;
}
</style>
border-color css
<style>
span { border-color: #27D905; }
span { border-color: rgb(39,217,5); }
td.TdClassName
{
border-color: #27D905;
}
.TagClassName
{
border-color: #27D905;
}
</style>