Shades of Harlequin #27E302
Tints of Harlequin #27E302
RGB
CMYK
RGB Variations
Color information
#27E302 (or 0x27E302) is known color: Harlequin. HEX triplet: 27, E3 and 02. RGB value is (39,227,2). Sum of RGB (Red+Green+Blue) = 39+227+2=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 227 (89.06% from 255 or 84.70% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 227 - color contains mainly: green. Hex color #27E302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E302 is #D81CFD. Grayscale: #919191. Windows color (decimal): -14163198 or 189223. OLE color: 189223.
HSL color Cylindrical-coordinate representation of color #27E302: hue angle of 110.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27E302 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 227 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.11 |
| HSL | 110.13º | 0.98% | 0.45% | - |
| HSV(B) | 110.13º | 0.99% | 0.89% | - |
| XYZ | 28.32 | 55.37 | 9.25 | - |
| YUV | 145.14 | 47.22 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 2 | 0.83 | 0 | 0.99 | 0.11 | 110.13 | 0.98 | 0.45 |
| Hex | 27 | E3 | 2 | 53 | 0 | 63 | B | 6E | 62 | 2D |
| Octal | 47 | 343 | 2 | 123 | 0 | 143 | 13 | 156 | 142 | 55 |
| Binary | 100111 | 11100011 | 10 | 1010011 | 0 | 1100011 | 1011 | 1101110 | 1100010 | 101101 |
Color Harmonies of #27E302
Complementary color
Monochromatic Colors of #27E302
Black with #27E302
Text Example
Text Example
White with #27E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E302; }
p { color: rgb(39,227,2); }
H1.HeaderClassName
{
color: #27E302;
}
.AnyTagClassName
{
color: #27E302;
}
</style>
background-color css
<style>
a { background-color: #27E302; }
a { background-color: rgb(39,227,2); }
div.DivClassName
{
background-color: #27E302;
}
.BgClassName
{
background-color: #27E302;
}
</style>
border-color css
<style>
span { border-color: #27E302; }
span { border-color: rgb(39,227,2); }
td.TdClassName
{
border-color: #27E302;
}
.TagClassName
{
border-color: #27E302;
}
</style>