Shades of Harlequin #3FFB20
Tints of Harlequin #3FFB20
RGB
CMYK
RGB Variations
Color information
#3FFB20 (or 0x3FFB20) is known color: Harlequin. HEX triplet: 3F, FB and 20. RGB value is (63,251,32). Sum of RGB (Red+Green+Blue) = 63+251+32=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFB20 is #C004DF. Grayscale: #AAAAAA. Windows color (decimal): -12584160 or 2161471. OLE color: 2161471.
HSL color Cylindrical-coordinate representation of color #3FFB20: hue angle of 111.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FFB20 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.02 |
| HSL | 111.51º | 0.96% | 0.55% | - |
| HSV(B) | 111.51º | 0.87% | 0.98% | - |
| XYZ | 36.81 | 70.16 | 12.97 | - |
| YUV | 169.82 | 50.22 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 32 | 0.75 | 0 | 0.87 | 0.02 | 111.51 | 0.96 | 0.55 |
| Hex | 3F | FB | 20 | 4B | 0 | 57 | 2 | 70 | 60 | 37 |
| Octal | 77 | 373 | 40 | 113 | 0 | 127 | 2 | 160 | 140 | 67 |
| Binary | 111111 | 11111011 | 100000 | 1001011 | 0 | 1010111 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #3FFB20
Complementary color
Monochromatic Colors of #3FFB20
Black with #3FFB20
Text Example
Text Example
White with #3FFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB20; }
p { color: rgb(63,251,32); }
H1.HeaderClassName
{
color: #3FFB20;
}
.AnyTagClassName
{
color: #3FFB20;
}
</style>
background-color css
<style>
a { background-color: #3FFB20; }
a { background-color: rgb(63,251,32); }
div.DivClassName
{
background-color: #3FFB20;
}
.BgClassName
{
background-color: #3FFB20;
}
</style>
border-color css
<style>
span { border-color: #3FFB20; }
span { border-color: rgb(63,251,32); }
td.TdClassName
{
border-color: #3FFB20;
}
.TagClassName
{
border-color: #3FFB20;
}
</style>