Shades of Harlequin #3BE714
Tints of Harlequin #3BE714
RGB
CMYK
RGB Variations
Color information
#3BE714 (or 0x3BE714) is known color: Harlequin. HEX triplet: 3B, E7 and 14. RGB value is (59,231,20). Sum of RGB (Red+Green+Blue) = 59+231+20=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE714 is #C418EB. Grayscale: #9C9C9C. Windows color (decimal): -12851436 or 1369915. OLE color: 1369915.
HSL color Cylindrical-coordinate representation of color #3BE714: hue angle of 108.91º 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 #3BE714 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.09 |
| HSL | 108.91º | 0.84% | 0.49% | - |
| HSV(B) | 108.91º | 0.91% | 0.91% | - |
| XYZ | 30.51 | 58.13 | 10.27 | - |
| YUV | 155.52 | 51.52 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 20 | 0.74 | 0 | 0.91 | 0.09 | 108.91 | 0.84 | 0.49 |
| Hex | 3B | E7 | 14 | 4A | 0 | 5B | 9 | 6D | 54 | 31 |
| Octal | 73 | 347 | 24 | 112 | 0 | 133 | 11 | 155 | 124 | 61 |
| Binary | 111011 | 11100111 | 10100 | 1001010 | 0 | 1011011 | 1001 | 1101101 | 1010100 | 110001 |
Color Harmonies of #3BE714
Complementary color
Monochromatic Colors of #3BE714
Black with #3BE714
Text Example
Text Example
White with #3BE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE714; }
p { color: rgb(59,231,20); }
H1.HeaderClassName
{
color: #3BE714;
}
.AnyTagClassName
{
color: #3BE714;
}
</style>
background-color css
<style>
a { background-color: #3BE714; }
a { background-color: rgb(59,231,20); }
div.DivClassName
{
background-color: #3BE714;
}
.BgClassName
{
background-color: #3BE714;
}
</style>
border-color css
<style>
span { border-color: #3BE714; }
span { border-color: rgb(59,231,20); }
td.TdClassName
{
border-color: #3BE714;
}
.TagClassName
{
border-color: #3BE714;
}
</style>