Shades of Harlequin #27FE0F
Tints of Harlequin #27FE0F
RGB
CMYK
RGB Variations
Color information
#27FE0F (or 0x27FE0F) is known color: Harlequin. HEX triplet: 27, FE and 0F. RGB value is (39,254,15). Sum of RGB (Red+Green+Blue) = 39+254+15=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FE0F is #D801F0. Grayscale: #A3A3A3. Windows color (decimal): -14156273 or 1048103. OLE color: 1048103.
HSL color Cylindrical-coordinate representation of color #27FE0F: hue angle of 113.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27FE0F is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 15 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.00 |
| HSL | 113.97º | 0.99% | 0.53% | - |
| HSV(B) | 113.97º | 0.94% | 1% | - |
| XYZ | 36.36 | 71.35 | 12.31 | - |
| YUV | 162.47 | 44.77 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 15 | 0.85 | 0 | 0.94 | 0.00 | 113.97 | 0.99 | 0.53 |
| Hex | 27 | FE | F | 55 | 0 | 5E | 0 | 72 | 63 | 35 |
| Octal | 47 | 376 | 17 | 125 | 0 | 136 | 0 | 162 | 143 | 65 |
| Binary | 100111 | 11111110 | 1111 | 1010101 | 0 | 1011110 | 0 | 1110010 | 1100011 | 110101 |
Color Harmonies of #27FE0F
Complementary color
Monochromatic Colors of #27FE0F
Black with #27FE0F
Text Example
Text Example
White with #27FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE0F; }
p { color: rgb(39,254,15); }
H1.HeaderClassName
{
color: #27FE0F;
}
.AnyTagClassName
{
color: #27FE0F;
}
</style>
background-color css
<style>
a { background-color: #27FE0F; }
a { background-color: rgb(39,254,15); }
div.DivClassName
{
background-color: #27FE0F;
}
.BgClassName
{
background-color: #27FE0F;
}
</style>
border-color css
<style>
span { border-color: #27FE0F; }
span { border-color: rgb(39,254,15); }
td.TdClassName
{
border-color: #27FE0F;
}
.TagClassName
{
border-color: #27FE0F;
}
</style>