Shades of Harlequin #27FF0C
Tints of Harlequin #27FF0C
RGB
CMYK
RGB Variations
Color information
#27FF0C (or 0x27FF0C) is known color: Harlequin. HEX triplet: 27, FF and 0C. RGB value is (39,255,12). Sum of RGB (Red+Green+Blue) = 39+255+12=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FF0C is #D800F3. Grayscale: #A3A3A3. Windows color (decimal): -14156020 or 851751. OLE color: 851751.
HSL color Cylindrical-coordinate representation of color #27FF0C: hue angle of 113.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27FF0C is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 12 | - |
| CMYK | 0.85 | 0 | 0.95 | 0 |
| HSL | 113.33º | 1% | 0.52% | - |
| HSV(B) | 113.33º | 0.95% | 1% | - |
| XYZ | 36.66 | 71.98 | 12.31 | - |
| YUV | 162.71 | 42.94 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 12 | 0.85 | 0 | 0.95 | 0 | 113.33 | 1 | 0.52 |
| Hex | 27 | FF | C | 55 | 0 | 5F | 0 | 71 | 64 | 34 |
| Octal | 47 | 377 | 14 | 125 | 0 | 137 | 0 | 161 | 144 | 64 |
| Binary | 100111 | 11111111 | 1100 | 1010101 | 0 | 1011111 | 0 | 1110001 | 1100100 | 110100 |
Color Harmonies of #27FF0C
Complementary color
Monochromatic Colors of #27FF0C
Black with #27FF0C
Text Example
Text Example
White with #27FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF0C; }
p { color: rgb(39,255,12); }
H1.HeaderClassName
{
color: #27FF0C;
}
.AnyTagClassName
{
color: #27FF0C;
}
</style>
background-color css
<style>
a { background-color: #27FF0C; }
a { background-color: rgb(39,255,12); }
div.DivClassName
{
background-color: #27FF0C;
}
.BgClassName
{
background-color: #27FF0C;
}
</style>
border-color css
<style>
span { border-color: #27FF0C; }
span { border-color: rgb(39,255,12); }
td.TdClassName
{
border-color: #27FF0C;
}
.TagClassName
{
border-color: #27FF0C;
}
</style>