Shades of Harlequin #3BF921
Tints of Harlequin #3BF921
RGB
CMYK
RGB Variations
Color information
#3BF921 (or 0x3BF921) is known color: Harlequin. HEX triplet: 3B, F9 and 21. RGB value is (59,249,33). Sum of RGB (Red+Green+Blue) = 59+249+33=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF921 is #C406DE. Grayscale: #A8A8A8. Windows color (decimal): -12846815 or 2226491. OLE color: 2226491.
HSL color Cylindrical-coordinate representation of color #3BF921: hue angle of 112.78º degrees, saturation: 0.95, 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 #3BF921 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.02 |
| HSL | 112.78º | 0.95% | 0.55% | - |
| HSV(B) | 112.78º | 0.87% | 0.98% | - |
| XYZ | 35.95 | 68.79 | 12.82 | - |
| YUV | 167.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 33 | 0.76 | 0 | 0.87 | 0.02 | 112.78 | 0.95 | 0.55 |
| Hex | 3B | F9 | 21 | 4C | 0 | 57 | 2 | 71 | 5F | 37 |
| Octal | 73 | 371 | 41 | 114 | 0 | 127 | 2 | 161 | 137 | 67 |
| Binary | 111011 | 11111001 | 100001 | 1001100 | 0 | 1010111 | 10 | 1110001 | 1011111 | 110111 |
Color Harmonies of #3BF921
Complementary color
Monochromatic Colors of #3BF921
Black with #3BF921
Text Example
Text Example
White with #3BF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF921; }
p { color: rgb(59,249,33); }
H1.HeaderClassName
{
color: #3BF921;
}
.AnyTagClassName
{
color: #3BF921;
}
</style>
background-color css
<style>
a { background-color: #3BF921; }
a { background-color: rgb(59,249,33); }
div.DivClassName
{
background-color: #3BF921;
}
.BgClassName
{
background-color: #3BF921;
}
</style>
border-color css
<style>
span { border-color: #3BF921; }
span { border-color: rgb(59,249,33); }
td.TdClassName
{
border-color: #3BF921;
}
.TagClassName
{
border-color: #3BF921;
}
</style>