Shades of Harlequin #3BE814
Tints of Harlequin #3BE814
RGB
CMYK
RGB Variations
Color information
#3BE814 (or 0x3BE814) is known color: Harlequin. HEX triplet: 3B, E8 and 14. RGB value is (59,232,20). Sum of RGB (Red+Green+Blue) = 59+232+20=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE814 is #C417EB. Grayscale: #9C9C9C. Windows color (decimal): -12851180 or 1370171. OLE color: 1370171.
HSL color Cylindrical-coordinate representation of color #3BE814: hue angle of 108.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BE814 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 20 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.09 |
| HSL | 108.96º | 0.84% | 0.49% | - |
| HSV(B) | 108.96º | 0.91% | 0.91% | - |
| XYZ | 30.79 | 58.69 | 10.37 | - |
| YUV | 156.11 | 51.19 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 20 | 0.75 | 0 | 0.91 | 0.09 | 108.96 | 0.84 | 0.49 |
| Hex | 3B | E8 | 14 | 4B | 0 | 5B | 9 | 6D | 54 | 31 |
| Octal | 73 | 350 | 24 | 113 | 0 | 133 | 11 | 155 | 124 | 61 |
| Binary | 111011 | 11101000 | 10100 | 1001011 | 0 | 1011011 | 1001 | 1101101 | 1010100 | 110001 |
Color Harmonies of #3BE814
Complementary color
Monochromatic Colors of #3BE814
Black with #3BE814
Text Example
Text Example
White with #3BE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE814; }
p { color: rgb(59,232,20); }
H1.HeaderClassName
{
color: #3BE814;
}
.AnyTagClassName
{
color: #3BE814;
}
</style>
background-color css
<style>
a { background-color: #3BE814; }
a { background-color: rgb(59,232,20); }
div.DivClassName
{
background-color: #3BE814;
}
.BgClassName
{
background-color: #3BE814;
}
</style>
border-color css
<style>
span { border-color: #3BE814; }
span { border-color: rgb(59,232,20); }
td.TdClassName
{
border-color: #3BE814;
}
.TagClassName
{
border-color: #3BE814;
}
</style>