Shades of Harlequin #27F602
Tints of Harlequin #27F602
RGB
CMYK
RGB Variations
Color information
#27F602 (or 0x27F602) is known color: Harlequin. HEX triplet: 27, F6 and 02. RGB value is (39,246,2). Sum of RGB (Red+Green+Blue) = 39+246+2=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 246 (96.48% from 255 or 85.71% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 246 - color contains mainly: green. Hex color #27F602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F602 is #D809FD. Grayscale: #9D9D9D. Windows color (decimal): -14158334 or 194087. OLE color: 194087.
HSL color Cylindrical-coordinate representation of color #27F602: hue angle of 110.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27F602 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 246 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.04 |
| HSL | 110.9º | 0.98% | 0.49% | - |
| HSV(B) | 110.9º | 0.99% | 0.96% | - |
| XYZ | 33.8 | 66.35 | 11.08 | - |
| YUV | 156.29 | 40.92 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 246 | 2 | 0.84 | 0 | 0.99 | 0.04 | 110.9 | 0.98 | 0.49 |
| Hex | 27 | F6 | 2 | 54 | 0 | 63 | 4 | 6F | 62 | 31 |
| Octal | 47 | 366 | 2 | 124 | 0 | 143 | 4 | 157 | 142 | 61 |
| Binary | 100111 | 11110110 | 10 | 1010100 | 0 | 1100011 | 100 | 1101111 | 1100010 | 110001 |
Color Harmonies of #27F602
Complementary color
Monochromatic Colors of #27F602
Black with #27F602
Text Example
Text Example
White with #27F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F602; }
p { color: rgb(39,246,2); }
H1.HeaderClassName
{
color: #27F602;
}
.AnyTagClassName
{
color: #27F602;
}
</style>
background-color css
<style>
a { background-color: #27F602; }
a { background-color: rgb(39,246,2); }
div.DivClassName
{
background-color: #27F602;
}
.BgClassName
{
background-color: #27F602;
}
</style>
border-color css
<style>
span { border-color: #27F602; }
span { border-color: rgb(39,246,2); }
td.TdClassName
{
border-color: #27F602;
}
.TagClassName
{
border-color: #27F602;
}
</style>