Shades of Harlequin #27FF0D
Tints of Harlequin #27FF0D
RGB
CMYK
RGB Variations
Color information
#27FF0D (or 0x27FF0D) is known color: Harlequin. HEX triplet: 27, FF and 0D. RGB value is (39,255,13). Sum of RGB (Red+Green+Blue) = 39+255+13=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FF0D is #D800F2. Grayscale: #A3A3A3. Windows color (decimal): -14156019 or 917287. OLE color: 917287.
HSL color Cylindrical-coordinate representation of color #27FF0D: hue angle of 113.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27FF0D is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 13 | - |
| CMYK | 0.85 | 0 | 0.95 | 0 |
| HSL | 113.55º | 1% | 0.53% | - |
| HSV(B) | 113.55º | 0.95% | 1% | - |
| XYZ | 36.67 | 71.98 | 12.34 | - |
| YUV | 162.83 | 43.44 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 13 | 0.85 | 0 | 0.95 | 0 | 113.55 | 1 | 0.53 |
| Hex | 27 | FF | D | 55 | 0 | 5F | 0 | 72 | 64 | 35 |
| Octal | 47 | 377 | 15 | 125 | 0 | 137 | 0 | 162 | 144 | 65 |
| Binary | 100111 | 11111111 | 1101 | 1010101 | 0 | 1011111 | 0 | 1110010 | 1100100 | 110101 |
Color Harmonies of #27FF0D
Complementary color
Monochromatic Colors of #27FF0D
Black with #27FF0D
Text Example
Text Example
White with #27FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF0D; }
p { color: rgb(39,255,13); }
H1.HeaderClassName
{
color: #27FF0D;
}
.AnyTagClassName
{
color: #27FF0D;
}
</style>
background-color css
<style>
a { background-color: #27FF0D; }
a { background-color: rgb(39,255,13); }
div.DivClassName
{
background-color: #27FF0D;
}
.BgClassName
{
background-color: #27FF0D;
}
</style>
border-color css
<style>
span { border-color: #27FF0D; }
span { border-color: rgb(39,255,13); }
td.TdClassName
{
border-color: #27FF0D;
}
.TagClassName
{
border-color: #27FF0D;
}
</style>