Shades of Harlequin #3CFF27
Tints of Harlequin #3CFF27
RGB
CMYK
RGB Variations
Color information
#3CFF27 (or 0x3CFF27) is known color: Harlequin. HEX triplet: 3C, FF and 27. RGB value is (60,255,39). Sum of RGB (Red+Green+Blue) = 60+255+39=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF27 is #C300D8. Grayscale: #ACACAC. Windows color (decimal): -12779737 or 2621244. OLE color: 2621244.
HSL color Cylindrical-coordinate representation of color #3CFF27: hue angle of 114.17º 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 #3CFF27 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 39 | - |
| CMYK | 0.76 | 0 | 0.85 | 0 |
| HSL | 114.17º | 1% | 0.58% | - |
| HSV(B) | 114.17º | 0.85% | 1% | - |
| XYZ | 37.99 | 72.63 | 13.94 | - |
| YUV | 172.07 | 52.9 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 39 | 0.76 | 0 | 0.85 | 0 | 114.17 | 1 | 0.58 |
| Hex | 3C | FF | 27 | 4C | 0 | 55 | 0 | 72 | 64 | 3A |
| Octal | 74 | 377 | 47 | 114 | 0 | 125 | 0 | 162 | 144 | 72 |
| Binary | 111100 | 11111111 | 100111 | 1001100 | 0 | 1010101 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #3CFF27
Complementary color
Monochromatic Colors of #3CFF27
Black with #3CFF27
Text Example
Text Example
White with #3CFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF27; }
p { color: rgb(60,255,39); }
H1.HeaderClassName
{
color: #3CFF27;
}
.AnyTagClassName
{
color: #3CFF27;
}
</style>
background-color css
<style>
a { background-color: #3CFF27; }
a { background-color: rgb(60,255,39); }
div.DivClassName
{
background-color: #3CFF27;
}
.BgClassName
{
background-color: #3CFF27;
}
</style>
border-color css
<style>
span { border-color: #3CFF27; }
span { border-color: rgb(60,255,39); }
td.TdClassName
{
border-color: #3CFF27;
}
.TagClassName
{
border-color: #3CFF27;
}
</style>