Shades of Harlequin #39FF27
Tints of Harlequin #39FF27
RGB
CMYK
RGB Variations
Color information
#39FF27 (or 0x39FF27) is known color: Harlequin. HEX triplet: 39, FF and 27. RGB value is (57,255,39). Sum of RGB (Red+Green+Blue) = 57+255+39=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FF27 is #C600D8. Grayscale: #ABABAB. Windows color (decimal): -12976345 or 2621241. OLE color: 2621241.
HSL color Cylindrical-coordinate representation of color #39FF27: hue angle of 115º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39FF27 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 39 | - |
| CMYK | 0.78 | 0 | 0.85 | 0 |
| HSL | 115º | 1% | 0.58% | - |
| HSV(B) | 115º | 0.85% | 1% | - |
| XYZ | 37.81 | 72.54 | 13.93 | - |
| YUV | 171.17 | 53.4 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 39 | 0.78 | 0 | 0.85 | 0 | 115 | 1 | 0.58 |
| Hex | 39 | FF | 27 | 4E | 0 | 55 | 0 | 73 | 64 | 3A |
| Octal | 71 | 377 | 47 | 116 | 0 | 125 | 0 | 163 | 144 | 72 |
| Binary | 111001 | 11111111 | 100111 | 1001110 | 0 | 1010101 | 0 | 1110011 | 1100100 | 111010 |
Color Harmonies of #39FF27
Complementary color
Monochromatic Colors of #39FF27
Black with #39FF27
Text Example
Text Example
White with #39FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF27; }
p { color: rgb(57,255,39); }
H1.HeaderClassName
{
color: #39FF27;
}
.AnyTagClassName
{
color: #39FF27;
}
</style>
background-color css
<style>
a { background-color: #39FF27; }
a { background-color: rgb(57,255,39); }
div.DivClassName
{
background-color: #39FF27;
}
.BgClassName
{
background-color: #39FF27;
}
</style>
border-color css
<style>
span { border-color: #39FF27; }
span { border-color: rgb(57,255,39); }
td.TdClassName
{
border-color: #39FF27;
}
.TagClassName
{
border-color: #39FF27;
}
</style>