Shades of Harlequin #27F80B
Tints of Harlequin #27F80B
RGB
CMYK
RGB Variations
Color information
#27F80B (or 0x27F80B) is known color: Harlequin. HEX triplet: 27, F8 and 0B. RGB value is (39,248,11). Sum of RGB (Red+Green+Blue) = 39+248+11=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #27F80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F80B is #D807F4. Grayscale: #9F9F9F. Windows color (decimal): -14157813 or 784423. OLE color: 784423.
HSL color Cylindrical-coordinate representation of color #27F80B: hue angle of 112.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27F80B is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 11 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.03 |
| HSL | 112.91º | 0.94% | 0.51% | - |
| HSV(B) | 112.91º | 0.96% | 0.97% | - |
| XYZ | 34.46 | 67.59 | 11.55 | - |
| YUV | 158.49 | 44.76 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 11 | 0.84 | 0 | 0.96 | 0.03 | 112.91 | 0.94 | 0.51 |
| Hex | 27 | F8 | B | 54 | 0 | 60 | 3 | 71 | 5E | 33 |
| Octal | 47 | 370 | 13 | 124 | 0 | 140 | 3 | 161 | 136 | 63 |
| Binary | 100111 | 11111000 | 1011 | 1010100 | 0 | 1100000 | 11 | 1110001 | 1011110 | 110011 |
Color Harmonies of #27F80B
Complementary color
Monochromatic Colors of #27F80B
Black with #27F80B
Text Example
Text Example
White with #27F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F80B; }
p { color: rgb(39,248,11); }
H1.HeaderClassName
{
color: #27F80B;
}
.AnyTagClassName
{
color: #27F80B;
}
</style>
background-color css
<style>
a { background-color: #27F80B; }
a { background-color: rgb(39,248,11); }
div.DivClassName
{
background-color: #27F80B;
}
.BgClassName
{
background-color: #27F80B;
}
</style>
border-color css
<style>
span { border-color: #27F80B; }
span { border-color: rgb(39,248,11); }
td.TdClassName
{
border-color: #27F80B;
}
.TagClassName
{
border-color: #27F80B;
}
</style>