Shades of Harlequin #3FFF28
Tints of Harlequin #3FFF28
RGB
CMYK
RGB Variations
Color information
#3FFF28 (or 0x3FFF28) is known color: Harlequin. HEX triplet: 3F, FF and 28. RGB value is (63,255,40). Sum of RGB (Red+Green+Blue) = 63+255+40=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF28 is #C000D7. Grayscale: #ADADAD. Windows color (decimal): -12583128 or 2686783. OLE color: 2686783.
HSL color Cylindrical-coordinate representation of color #3FFF28: hue angle of 113.58º 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 #3FFF28 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 40 | - |
| CMYK | 0.75 | 0 | 0.84 | 0 |
| HSL | 113.58º | 1% | 0.58% | - |
| HSV(B) | 113.58º | 0.84% | 1% | - |
| XYZ | 38.19 | 72.73 | 14.03 | - |
| YUV | 173.08 | 52.89 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 40 | 0.75 | 0 | 0.84 | 0 | 113.58 | 1 | 0.58 |
| Hex | 3F | FF | 28 | 4B | 0 | 54 | 0 | 72 | 64 | 3A |
| Octal | 77 | 377 | 50 | 113 | 0 | 124 | 0 | 162 | 144 | 72 |
| Binary | 111111 | 11111111 | 101000 | 1001011 | 0 | 1010100 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #3FFF28
Complementary color
Monochromatic Colors of #3FFF28
Black with #3FFF28
Text Example
Text Example
White with #3FFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF28; }
p { color: rgb(63,255,40); }
H1.HeaderClassName
{
color: #3FFF28;
}
.AnyTagClassName
{
color: #3FFF28;
}
</style>
background-color css
<style>
a { background-color: #3FFF28; }
a { background-color: rgb(63,255,40); }
div.DivClassName
{
background-color: #3FFF28;
}
.BgClassName
{
background-color: #3FFF28;
}
</style>
border-color css
<style>
span { border-color: #3FFF28; }
span { border-color: rgb(63,255,40); }
td.TdClassName
{
border-color: #3FFF28;
}
.TagClassName
{
border-color: #3FFF28;
}
</style>