Shades of Harlequin #3BEA15
Tints of Harlequin #3BEA15
RGB
CMYK
RGB Variations
Color information
#3BEA15 (or 0x3BEA15) is known color: Harlequin. HEX triplet: 3B, EA and 15. RGB value is (59,234,21). Sum of RGB (Red+Green+Blue) = 59+234+21=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEA15 is #C415EA. Grayscale: #9E9E9E. Windows color (decimal): -12850667 or 1436219. OLE color: 1436219.
HSL color Cylindrical-coordinate representation of color #3BEA15: hue angle of 109.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BEA15 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 21 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.08 |
| HSL | 109.3º | 0.84% | 0.5% | - |
| HSV(B) | 109.3º | 0.91% | 0.92% | - |
| XYZ | 31.36 | 59.83 | 10.6 | - |
| YUV | 157.39 | 51.02 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 21 | 0.75 | 0 | 0.91 | 0.08 | 109.3 | 0.84 | 0.5 |
| Hex | 3B | EA | 15 | 4B | 0 | 5B | 8 | 6D | 54 | 32 |
| Octal | 73 | 352 | 25 | 113 | 0 | 133 | 10 | 155 | 124 | 62 |
| Binary | 111011 | 11101010 | 10101 | 1001011 | 0 | 1011011 | 1000 | 1101101 | 1010100 | 110010 |
Color Harmonies of #3BEA15
Complementary color
Monochromatic Colors of #3BEA15
Black with #3BEA15
Text Example
Text Example
White with #3BEA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA15; }
p { color: rgb(59,234,21); }
H1.HeaderClassName
{
color: #3BEA15;
}
.AnyTagClassName
{
color: #3BEA15;
}
</style>
background-color css
<style>
a { background-color: #3BEA15; }
a { background-color: rgb(59,234,21); }
div.DivClassName
{
background-color: #3BEA15;
}
.BgClassName
{
background-color: #3BEA15;
}
</style>
border-color css
<style>
span { border-color: #3BEA15; }
span { border-color: rgb(59,234,21); }
td.TdClassName
{
border-color: #3BEA15;
}
.TagClassName
{
border-color: #3BEA15;
}
</style>