Shades of Harlequin #3FFC0B
Tints of Harlequin #3FFC0B
RGB
CMYK
RGB Variations
Color information
#3FFC0B (or 0x3FFC0B) is known color: Harlequin. HEX triplet: 3F, FC and 0B. RGB value is (63,252,11). Sum of RGB (Red+Green+Blue) = 63+252+11=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 252 (98.83% from 255 or 77.30% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC0B is #C003F4. Grayscale: #A8A8A8. Windows color (decimal): -12583925 or 785471. OLE color: 785471.
HSL color Cylindrical-coordinate representation of color #3FFC0B: hue angle of 107.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FFC0B is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 11 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.01 |
| HSL | 107.05º | 0.98% | 0.52% | - |
| HSV(B) | 107.05º | 0.96% | 0.99% | - |
| XYZ | 36.92 | 70.7 | 12.02 | - |
| YUV | 168.02 | 39.38 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 11 | 0.75 | 0 | 0.96 | 0.01 | 107.05 | 0.98 | 0.52 |
| Hex | 3F | FC | B | 4B | 0 | 60 | 1 | 6B | 62 | 34 |
| Octal | 77 | 374 | 13 | 113 | 0 | 140 | 1 | 153 | 142 | 64 |
| Binary | 111111 | 11111100 | 1011 | 1001011 | 0 | 1100000 | 1 | 1101011 | 1100010 | 110100 |
Color Harmonies of #3FFC0B
Complementary color
Monochromatic Colors of #3FFC0B
Black with #3FFC0B
Text Example
Text Example
White with #3FFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC0B; }
p { color: rgb(63,252,11); }
H1.HeaderClassName
{
color: #3FFC0B;
}
.AnyTagClassName
{
color: #3FFC0B;
}
</style>
background-color css
<style>
a { background-color: #3FFC0B; }
a { background-color: rgb(63,252,11); }
div.DivClassName
{
background-color: #3FFC0B;
}
.BgClassName
{
background-color: #3FFC0B;
}
</style>
border-color css
<style>
span { border-color: #3FFC0B; }
span { border-color: rgb(63,252,11); }
td.TdClassName
{
border-color: #3FFC0B;
}
.TagClassName
{
border-color: #3FFC0B;
}
</style>