Shades of Harlequin #27E90B
Tints of Harlequin #27E90B
RGB
CMYK
RGB Variations
Color information
#27E90B (or 0x27E90B) is known color: Harlequin. HEX triplet: 27, E9 and 0B. RGB value is (39,233,11). Sum of RGB (Red+Green+Blue) = 39+233+11=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 233 (91.41% from 255 or 82.33% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 233 - color contains mainly: green. Hex color #27E90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27E90B is #D816F4. Grayscale: #969696. Windows color (decimal): -14161653 or 780583. OLE color: 780583.
HSL color Cylindrical-coordinate representation of color #27E90B: hue angle of 112.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27E90B is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 11 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.09 |
| HSL | 112.43º | 0.91% | 0.48% | - |
| HSV(B) | 112.43º | 0.95% | 0.91% | - |
| XYZ | 30.04 | 58.73 | 10.07 | - |
| YUV | 149.69 | 49.73 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 11 | 0.83 | 0 | 0.95 | 0.09 | 112.43 | 0.91 | 0.48 |
| Hex | 27 | E9 | B | 53 | 0 | 5F | 9 | 70 | 5B | 30 |
| Octal | 47 | 351 | 13 | 123 | 0 | 137 | 11 | 160 | 133 | 60 |
| Binary | 100111 | 11101001 | 1011 | 1010011 | 0 | 1011111 | 1001 | 1110000 | 1011011 | 110000 |
Color Harmonies of #27E90B
Complementary color
Monochromatic Colors of #27E90B
Black with #27E90B
Text Example
Text Example
White with #27E90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E90B; }
p { color: rgb(39,233,11); }
H1.HeaderClassName
{
color: #27E90B;
}
.AnyTagClassName
{
color: #27E90B;
}
</style>
background-color css
<style>
a { background-color: #27E90B; }
a { background-color: rgb(39,233,11); }
div.DivClassName
{
background-color: #27E90B;
}
.BgClassName
{
background-color: #27E90B;
}
</style>
border-color css
<style>
span { border-color: #27E90B; }
span { border-color: rgb(39,233,11); }
td.TdClassName
{
border-color: #27E90B;
}
.TagClassName
{
border-color: #27E90B;
}
</style>