Shades of Harlequin #3CFF28
Tints of Harlequin #3CFF28
RGB
CMYK
RGB Variations
Color information
#3CFF28 (or 0x3CFF28) is known color: Harlequin. HEX triplet: 3C, FF and 28. RGB value is (60,255,40). Sum of RGB (Red+Green+Blue) = 60+255+40=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF28 is #C300D7. Grayscale: #ACACAC. Windows color (decimal): -12779736 or 2686780. OLE color: 2686780.
HSL color Cylindrical-coordinate representation of color #3CFF28: hue angle of 114.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CFF28 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 40 | - |
| CMYK | 0.76 | 0 | 0.84 | 0 |
| HSL | 114.42º | 1% | 0.58% | - |
| HSV(B) | 114.42º | 0.84% | 1% | - |
| XYZ | 38.01 | 72.63 | 14.02 | - |
| YUV | 172.19 | 53.4 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 40 | 0.76 | 0 | 0.84 | 0 | 114.42 | 1 | 0.58 |
| Hex | 3C | FF | 28 | 4C | 0 | 54 | 0 | 72 | 64 | 3A |
| Octal | 74 | 377 | 50 | 114 | 0 | 124 | 0 | 162 | 144 | 72 |
| Binary | 111100 | 11111111 | 101000 | 1001100 | 0 | 1010100 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #3CFF28
Complementary color
Monochromatic Colors of #3CFF28
Black with #3CFF28
Text Example
Text Example
White with #3CFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF28; }
p { color: rgb(60,255,40); }
H1.HeaderClassName
{
color: #3CFF28;
}
.AnyTagClassName
{
color: #3CFF28;
}
</style>
background-color css
<style>
a { background-color: #3CFF28; }
a { background-color: rgb(60,255,40); }
div.DivClassName
{
background-color: #3CFF28;
}
.BgClassName
{
background-color: #3CFF28;
}
</style>
border-color css
<style>
span { border-color: #3CFF28; }
span { border-color: rgb(60,255,40); }
td.TdClassName
{
border-color: #3CFF28;
}
.TagClassName
{
border-color: #3CFF28;
}
</style>