Shades of Harlequin #27DF07
Tints of Harlequin #27DF07
RGB
CMYK
RGB Variations
Color information
#27DF07 (or 0x27DF07) is known color: Harlequin. HEX triplet: 27, DF and 07. RGB value is (39,223,7). Sum of RGB (Red+Green+Blue) = 39+223+7=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DF07 is #D820F8. Grayscale: #909090. Windows color (decimal): -14164217 or 515879. OLE color: 515879.
HSL color Cylindrical-coordinate representation of color #27DF07: hue angle of 111.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27DF07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.13 |
| HSL | 111.11º | 0.94% | 0.45% | - |
| HSV(B) | 111.11º | 0.97% | 0.87% | - |
| XYZ | 27.26 | 53.22 | 9.04 | - |
| YUV | 143.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 7 | 0.83 | 0 | 0.97 | 0.13 | 111.11 | 0.94 | 0.45 |
| Hex | 27 | DF | 7 | 53 | 0 | 61 | D | 6F | 5E | 2D |
| Octal | 47 | 337 | 7 | 123 | 0 | 141 | 15 | 157 | 136 | 55 |
| Binary | 100111 | 11011111 | 111 | 1010011 | 0 | 1100001 | 1101 | 1101111 | 1011110 | 101101 |
Color Harmonies of #27DF07
Complementary color
Monochromatic Colors of #27DF07
Black with #27DF07
Text Example
Text Example
White with #27DF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF07; }
p { color: rgb(39,223,7); }
H1.HeaderClassName
{
color: #27DF07;
}
.AnyTagClassName
{
color: #27DF07;
}
</style>
background-color css
<style>
a { background-color: #27DF07; }
a { background-color: rgb(39,223,7); }
div.DivClassName
{
background-color: #27DF07;
}
.BgClassName
{
background-color: #27DF07;
}
</style>
border-color css
<style>
span { border-color: #27DF07; }
span { border-color: rgb(39,223,7); }
td.TdClassName
{
border-color: #27DF07;
}
.TagClassName
{
border-color: #27DF07;
}
</style>