Shades of Harlequin #27FD0B
Tints of Harlequin #27FD0B
RGB
CMYK
RGB Variations
Color information
#27FD0B (or 0x27FD0B) is known color: Harlequin. HEX triplet: 27, FD and 0B. RGB value is (39,253,11). Sum of RGB (Red+Green+Blue) = 39+253+11=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 253 (99.22% from 255 or 83.50% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 253 - color contains mainly: green. Hex color #27FD0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FD0B is #D802F4. Grayscale: #A2A2A2. Windows color (decimal): -14156533 or 785703. OLE color: 785703.
HSL color Cylindrical-coordinate representation of color #27FD0B: hue angle of 113.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27FD0B is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 253 | 11 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.01 |
| HSL | 113.06º | 0.98% | 0.52% | - |
| HSV(B) | 113.06º | 0.96% | 0.99% | - |
| XYZ | 36.02 | 70.71 | 12.07 | - |
| YUV | 161.43 | 43.1 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 253 | 11 | 0.85 | 0 | 0.96 | 0.01 | 113.06 | 0.98 | 0.52 |
| Hex | 27 | FD | B | 55 | 0 | 60 | 1 | 71 | 62 | 34 |
| Octal | 47 | 375 | 13 | 125 | 0 | 140 | 1 | 161 | 142 | 64 |
| Binary | 100111 | 11111101 | 1011 | 1010101 | 0 | 1100000 | 1 | 1110001 | 1100010 | 110100 |
Color Harmonies of #27FD0B
Complementary color
Monochromatic Colors of #27FD0B
Black with #27FD0B
Text Example
Text Example
White with #27FD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FD0B; }
p { color: rgb(39,253,11); }
H1.HeaderClassName
{
color: #27FD0B;
}
.AnyTagClassName
{
color: #27FD0B;
}
</style>
background-color css
<style>
a { background-color: #27FD0B; }
a { background-color: rgb(39,253,11); }
div.DivClassName
{
background-color: #27FD0B;
}
.BgClassName
{
background-color: #27FD0B;
}
</style>
border-color css
<style>
span { border-color: #27FD0B; }
span { border-color: rgb(39,253,11); }
td.TdClassName
{
border-color: #27FD0B;
}
.TagClassName
{
border-color: #27FD0B;
}
</style>