Shades of Harlequin #3BEF04
Tints of Harlequin #3BEF04
RGB
CMYK
RGB Variations
Color information
#3BEF04 (or 0x3BEF04) is known color: Harlequin. HEX triplet: 3B, EF and 04. RGB value is (59,239,4). Sum of RGB (Red+Green+Blue) = 59+239+4=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEF04 is #C410FB. Grayscale: #9F9F9F. Windows color (decimal): -12849404 or 323387. OLE color: 323387.
HSL color Cylindrical-coordinate representation of color #3BEF04: hue angle of 105.96º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BEF04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.06 |
| HSL | 105.96º | 0.97% | 0.48% | - |
| HSV(B) | 105.96º | 0.98% | 0.94% | - |
| XYZ | 32.69 | 62.67 | 10.49 | - |
| YUV | 158.39 | 40.87 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 4 | 0.75 | 0 | 0.98 | 0.06 | 105.96 | 0.97 | 0.48 |
| Hex | 3B | EF | 4 | 4B | 0 | 62 | 6 | 6A | 61 | 30 |
| Octal | 73 | 357 | 4 | 113 | 0 | 142 | 6 | 152 | 141 | 60 |
| Binary | 111011 | 11101111 | 100 | 1001011 | 0 | 1100010 | 110 | 1101010 | 1100001 | 110000 |
Color Harmonies of #3BEF04
Complementary color
Monochromatic Colors of #3BEF04
Black with #3BEF04
Text Example
Text Example
White with #3BEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEF04; }
p { color: rgb(59,239,4); }
H1.HeaderClassName
{
color: #3BEF04;
}
.AnyTagClassName
{
color: #3BEF04;
}
</style>
background-color css
<style>
a { background-color: #3BEF04; }
a { background-color: rgb(59,239,4); }
div.DivClassName
{
background-color: #3BEF04;
}
.BgClassName
{
background-color: #3BEF04;
}
</style>
border-color css
<style>
span { border-color: #3BEF04; }
span { border-color: rgb(59,239,4); }
td.TdClassName
{
border-color: #3BEF04;
}
.TagClassName
{
border-color: #3BEF04;
}
</style>