Shades of Harlequin #27F301
Tints of Harlequin #27F301
RGB
CMYK
RGB Variations
Color information
#27F301 (or 0x27F301) is known color: Harlequin. HEX triplet: 27, F3 and 01. RGB value is (39,243,1). Sum of RGB (Red+Green+Blue) = 39+243+1=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 243 (95.31% from 255 or 85.87% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 243 - color contains mainly: green. Hex color #27F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F301 is #D80CFE. Grayscale: #9B9B9B. Windows color (decimal): -14159103 or 127783. OLE color: 127783.
HSL color Cylindrical-coordinate representation of color #27F301: hue angle of 110.58º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27F301 is Cyan = 0.84, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 243 | 1 | - |
| CMYK | 0.84 | 0 | 1.00 | 0.05 |
| HSL | 110.58º | 0.99% | 0.48% | - |
| HSV(B) | 110.58º | 1% | 0.95% | - |
| XYZ | 32.89 | 64.53 | 10.75 | - |
| YUV | 154.42 | 41.41 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 243 | 1 | 0.84 | 0 | 1.00 | 0.05 | 110.58 | 0.99 | 0.48 |
| Hex | 27 | F3 | 1 | 54 | 0 | 64 | 5 | 6F | 63 | 30 |
| Octal | 47 | 363 | 1 | 124 | 0 | 144 | 5 | 157 | 143 | 60 |
| Binary | 100111 | 11110011 | 1 | 1010100 | 0 | 1100100 | 101 | 1101111 | 1100011 | 110000 |
Color Harmonies of #27F301
Complementary color
Monochromatic Colors of #27F301
Black with #27F301
Text Example
Text Example
White with #27F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F301; }
p { color: rgb(39,243,1); }
H1.HeaderClassName
{
color: #27F301;
}
.AnyTagClassName
{
color: #27F301;
}
</style>
background-color css
<style>
a { background-color: #27F301; }
a { background-color: rgb(39,243,1); }
div.DivClassName
{
background-color: #27F301;
}
.BgClassName
{
background-color: #27F301;
}
</style>
border-color css
<style>
span { border-color: #27F301; }
span { border-color: rgb(39,243,1); }
td.TdClassName
{
border-color: #27F301;
}
.TagClassName
{
border-color: #27F301;
}
</style>