Shades of Harlequin #3BFA21
Tints of Harlequin #3BFA21
RGB
CMYK
RGB Variations
Color information
#3BFA21 (or 0x3BFA21) is known color: Harlequin. HEX triplet: 3B, FA and 21. RGB value is (59,250,33). Sum of RGB (Red+Green+Blue) = 59+250+33=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFA21 is #C405DE. Grayscale: #A8A8A8. Windows color (decimal): -12846559 or 2226747. OLE color: 2226747.
HSL color Cylindrical-coordinate representation of color #3BFA21: hue angle of 112.81º 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 #3BFA21 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.02 |
| HSL | 112.81º | 0.96% | 0.55% | - |
| HSV(B) | 112.81º | 0.87% | 0.98% | - |
| XYZ | 36.26 | 69.41 | 12.93 | - |
| YUV | 168.15 | 51.72 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 33 | 0.76 | 0 | 0.87 | 0.02 | 112.81 | 0.96 | 0.55 |
| Hex | 3B | FA | 21 | 4C | 0 | 57 | 2 | 71 | 60 | 37 |
| Octal | 73 | 372 | 41 | 114 | 0 | 127 | 2 | 161 | 140 | 67 |
| Binary | 111011 | 11111010 | 100001 | 1001100 | 0 | 1010111 | 10 | 1110001 | 1100000 | 110111 |
Color Harmonies of #3BFA21
Complementary color
Monochromatic Colors of #3BFA21
Black with #3BFA21
Text Example
Text Example
White with #3BFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA21; }
p { color: rgb(59,250,33); }
H1.HeaderClassName
{
color: #3BFA21;
}
.AnyTagClassName
{
color: #3BFA21;
}
</style>
background-color css
<style>
a { background-color: #3BFA21; }
a { background-color: rgb(59,250,33); }
div.DivClassName
{
background-color: #3BFA21;
}
.BgClassName
{
background-color: #3BFA21;
}
</style>
border-color css
<style>
span { border-color: #3BFA21; }
span { border-color: rgb(59,250,33); }
td.TdClassName
{
border-color: #3BFA21;
}
.TagClassName
{
border-color: #3BFA21;
}
</style>