Shades of Harlequin #3BE71A
Tints of Harlequin #3BE71A
RGB
CMYK
RGB Variations
Color information
#3BE71A (or 0x3BE71A) is known color: Harlequin. HEX triplet: 3B, E7 and 1A. RGB value is (59,231,26). Sum of RGB (Red+Green+Blue) = 59+231+26=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 231 (90.62% from 255 or 73.10% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE71A is #C418E5. Grayscale: #9C9C9C. Windows color (decimal): -12851430 or 1763131. OLE color: 1763131.
HSL color Cylindrical-coordinate representation of color #3BE71A: hue angle of 110.34º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BE71A is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 26 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.09 |
| HSL | 110.34º | 0.81% | 0.5% | - |
| HSV(B) | 110.34º | 0.89% | 0.91% | - |
| XYZ | 30.57 | 58.16 | 10.59 | - |
| YUV | 156.2 | 54.52 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 26 | 0.74 | 0 | 0.89 | 0.09 | 110.34 | 0.81 | 0.5 |
| Hex | 3B | E7 | 1A | 4A | 0 | 59 | 9 | 6E | 51 | 32 |
| Octal | 73 | 347 | 32 | 112 | 0 | 131 | 11 | 156 | 121 | 62 |
| Binary | 111011 | 11100111 | 11010 | 1001010 | 0 | 1011001 | 1001 | 1101110 | 1010001 | 110010 |
Color Harmonies of #3BE71A
Complementary color
Monochromatic Colors of #3BE71A
Black with #3BE71A
Text Example
Text Example
White with #3BE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE71A; }
p { color: rgb(59,231,26); }
H1.HeaderClassName
{
color: #3BE71A;
}
.AnyTagClassName
{
color: #3BE71A;
}
</style>
background-color css
<style>
a { background-color: #3BE71A; }
a { background-color: rgb(59,231,26); }
div.DivClassName
{
background-color: #3BE71A;
}
.BgClassName
{
background-color: #3BE71A;
}
</style>
border-color css
<style>
span { border-color: #3BE71A; }
span { border-color: rgb(59,231,26); }
td.TdClassName
{
border-color: #3BE71A;
}
.TagClassName
{
border-color: #3BE71A;
}
</style>