Shades of Harlequin #3BF418
Tints of Harlequin #3BF418
RGB
CMYK
RGB Variations
Color information
#3BF418 (or 0x3BF418) is known color: Harlequin. HEX triplet: 3B, F4 and 18. RGB value is (59,244,24). Sum of RGB (Red+Green+Blue) = 59+244+24=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF418 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF418 is #C40BE7. Grayscale: #A4A4A4. Windows color (decimal): -12848104 or 1635387. OLE color: 1635387.
HSL color Cylindrical-coordinate representation of color #3BF418: hue angle of 110.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BF418 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 24 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.04 |
| HSL | 110.45º | 0.91% | 0.53% | - |
| HSV(B) | 110.45º | 0.9% | 0.96% | - |
| XYZ | 34.32 | 65.7 | 11.74 | - |
| YUV | 163.61 | 49.21 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 24 | 0.76 | 0 | 0.90 | 0.04 | 110.45 | 0.91 | 0.53 |
| Hex | 3B | F4 | 18 | 4C | 0 | 5A | 4 | 6E | 5B | 35 |
| Octal | 73 | 364 | 30 | 114 | 0 | 132 | 4 | 156 | 133 | 65 |
| Binary | 111011 | 11110100 | 11000 | 1001100 | 0 | 1011010 | 100 | 1101110 | 1011011 | 110101 |
Color Harmonies of #3BF418
Complementary color
Monochromatic Colors of #3BF418
Black with #3BF418
Text Example
Text Example
White with #3BF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF418; }
p { color: rgb(59,244,24); }
H1.HeaderClassName
{
color: #3BF418;
}
.AnyTagClassName
{
color: #3BF418;
}
</style>
background-color css
<style>
a { background-color: #3BF418; }
a { background-color: rgb(59,244,24); }
div.DivClassName
{
background-color: #3BF418;
}
.BgClassName
{
background-color: #3BF418;
}
</style>
border-color css
<style>
span { border-color: #3BF418; }
span { border-color: rgb(59,244,24); }
td.TdClassName
{
border-color: #3BF418;
}
.TagClassName
{
border-color: #3BF418;
}
</style>