Shades of Harlequin #3FFC08
Tints of Harlequin #3FFC08
RGB
CMYK
RGB Variations
Color information
#3FFC08 (or 0x3FFC08) is known color: Harlequin. HEX triplet: 3F, FC and 08. RGB value is (63,252,8). Sum of RGB (Red+Green+Blue) = 63+252+8=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC08 is #C003F7. Grayscale: #A8A8A8. Windows color (decimal): -12583928 or 588863. OLE color: 588863.
HSL color Cylindrical-coordinate representation of color #3FFC08: hue angle of 106.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FFC08 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.01 |
| HSL | 106.48º | 0.98% | 0.51% | - |
| HSV(B) | 106.48º | 0.97% | 0.99% | - |
| XYZ | 36.9 | 70.7 | 11.93 | - |
| YUV | 167.67 | 37.88 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 8 | 0.75 | 0 | 0.97 | 0.01 | 106.48 | 0.98 | 0.51 |
| Hex | 3F | FC | 8 | 4B | 0 | 61 | 1 | 6A | 62 | 33 |
| Octal | 77 | 374 | 10 | 113 | 0 | 141 | 1 | 152 | 142 | 63 |
| Binary | 111111 | 11111100 | 1000 | 1001011 | 0 | 1100001 | 1 | 1101010 | 1100010 | 110011 |
Color Harmonies of #3FFC08
Complementary color
Monochromatic Colors of #3FFC08
Black with #3FFC08
Text Example
Text Example
White with #3FFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC08; }
p { color: rgb(63,252,8); }
H1.HeaderClassName
{
color: #3FFC08;
}
.AnyTagClassName
{
color: #3FFC08;
}
</style>
background-color css
<style>
a { background-color: #3FFC08; }
a { background-color: rgb(63,252,8); }
div.DivClassName
{
background-color: #3FFC08;
}
.BgClassName
{
background-color: #3FFC08;
}
</style>
border-color css
<style>
span { border-color: #3FFC08; }
span { border-color: rgb(63,252,8); }
td.TdClassName
{
border-color: #3FFC08;
}
.TagClassName
{
border-color: #3FFC08;
}
</style>