Shades of Harlequin #3BE619
Tints of Harlequin #3BE619
RGB
CMYK
RGB Variations
Color information
#3BE619 (or 0x3BE619) is known color: Harlequin. HEX triplet: 3B, E6 and 19. RGB value is (59,230,25). Sum of RGB (Red+Green+Blue) = 59+230+25=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE619 is #C419E6. Grayscale: #9C9C9C. Windows color (decimal): -12851687 or 1697339. OLE color: 1697339.
HSL color Cylindrical-coordinate representation of color #3BE619: hue angle of 110.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BE619 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 25 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.10 |
| HSL | 110.05º | 0.8% | 0.5% | - |
| HSV(B) | 110.05º | 0.89% | 0.9% | - |
| XYZ | 30.28 | 57.59 | 10.44 | - |
| YUV | 155.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 25 | 0.74 | 0 | 0.89 | 0.10 | 110.05 | 0.8 | 0.5 |
| Hex | 3B | E6 | 19 | 4A | 0 | 59 | A | 6E | 50 | 32 |
| Octal | 73 | 346 | 31 | 112 | 0 | 131 | 12 | 156 | 120 | 62 |
| Binary | 111011 | 11100110 | 11001 | 1001010 | 0 | 1011001 | 1010 | 1101110 | 1010000 | 110010 |
Color Harmonies of #3BE619
Complementary color
Monochromatic Colors of #3BE619
Black with #3BE619
Text Example
Text Example
White with #3BE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE619; }
p { color: rgb(59,230,25); }
H1.HeaderClassName
{
color: #3BE619;
}
.AnyTagClassName
{
color: #3BE619;
}
</style>
background-color css
<style>
a { background-color: #3BE619; }
a { background-color: rgb(59,230,25); }
div.DivClassName
{
background-color: #3BE619;
}
.BgClassName
{
background-color: #3BE619;
}
</style>
border-color css
<style>
span { border-color: #3BE619; }
span { border-color: rgb(59,230,25); }
td.TdClassName
{
border-color: #3BE619;
}
.TagClassName
{
border-color: #3BE619;
}
</style>