Shades of Harlequin #3BEA07
Tints of Harlequin #3BEA07
RGB
CMYK
RGB Variations
Color information
#3BEA07 (or 0x3BEA07) is known color: Harlequin. HEX triplet: 3B, EA and 07. RGB value is (59,234,7). Sum of RGB (Red+Green+Blue) = 59+234+7=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 234 (91.80% from 255 or 78% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEA07 is #C415F8. Grayscale: #9C9C9C. Windows color (decimal): -12850681 or 518715. OLE color: 518715.
HSL color Cylindrical-coordinate representation of color #3BEA07: hue angle of 106.26º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BEA07 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 7 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.08 |
| HSL | 106.26º | 0.94% | 0.47% | - |
| HSV(B) | 106.26º | 0.97% | 0.92% | - |
| XYZ | 31.26 | 59.79 | 10.09 | - |
| YUV | 155.8 | 44.02 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 7 | 0.75 | 0 | 0.97 | 0.08 | 106.26 | 0.94 | 0.47 |
| Hex | 3B | EA | 7 | 4B | 0 | 61 | 8 | 6A | 5E | 2F |
| Octal | 73 | 352 | 7 | 113 | 0 | 141 | 10 | 152 | 136 | 57 |
| Binary | 111011 | 11101010 | 111 | 1001011 | 0 | 1100001 | 1000 | 1101010 | 1011110 | 101111 |
Color Harmonies of #3BEA07
Complementary color
Monochromatic Colors of #3BEA07
Black with #3BEA07
Text Example
Text Example
White with #3BEA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA07; }
p { color: rgb(59,234,7); }
H1.HeaderClassName
{
color: #3BEA07;
}
.AnyTagClassName
{
color: #3BEA07;
}
</style>
background-color css
<style>
a { background-color: #3BEA07; }
a { background-color: rgb(59,234,7); }
div.DivClassName
{
background-color: #3BEA07;
}
.BgClassName
{
background-color: #3BEA07;
}
</style>
border-color css
<style>
span { border-color: #3BEA07; }
span { border-color: rgb(59,234,7); }
td.TdClassName
{
border-color: #3BEA07;
}
.TagClassName
{
border-color: #3BEA07;
}
</style>