Shades of Harlequin #27DC09
Tints of Harlequin #27DC09
RGB
CMYK
RGB Variations
Color information
#27DC09 (or 0x27DC09) is known color: Harlequin. HEX triplet: 27, DC and 09. RGB value is (39,220,9). Sum of RGB (Red+Green+Blue) = 39+220+9=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DC09 is #D823F6. Grayscale: #8E8E8E. Windows color (decimal): -14164983 or 646183. OLE color: 646183.
HSL color Cylindrical-coordinate representation of color #27DC09: hue angle of 111.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27DC09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.14 |
| HSL | 111.47º | 0.92% | 0.45% | - |
| HSV(B) | 111.47º | 0.96% | 0.86% | - |
| XYZ | 26.48 | 51.64 | 8.83 | - |
| YUV | 141.83 | 53.03 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 9 | 0.82 | 0 | 0.96 | 0.14 | 111.47 | 0.92 | 0.45 |
| Hex | 27 | DC | 9 | 52 | 0 | 60 | E | 6F | 5C | 2D |
| Octal | 47 | 334 | 11 | 122 | 0 | 140 | 16 | 157 | 134 | 55 |
| Binary | 100111 | 11011100 | 1001 | 1010010 | 0 | 1100000 | 1110 | 1101111 | 1011100 | 101101 |
Color Harmonies of #27DC09
Complementary color
Monochromatic Colors of #27DC09
Black with #27DC09
Text Example
Text Example
White with #27DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC09; }
p { color: rgb(39,220,9); }
H1.HeaderClassName
{
color: #27DC09;
}
.AnyTagClassName
{
color: #27DC09;
}
</style>
background-color css
<style>
a { background-color: #27DC09; }
a { background-color: rgb(39,220,9); }
div.DivClassName
{
background-color: #27DC09;
}
.BgClassName
{
background-color: #27DC09;
}
</style>
border-color css
<style>
span { border-color: #27DC09; }
span { border-color: rgb(39,220,9); }
td.TdClassName
{
border-color: #27DC09;
}
.TagClassName
{
border-color: #27DC09;
}
</style>