Shades of Harlequin #3BF908
Tints of Harlequin #3BF908
RGB
CMYK
RGB Variations
Color information
#3BF908 (or 0x3BF908) is known color: Harlequin. HEX triplet: 3B, F9 and 08. RGB value is (59,249,8). Sum of RGB (Red+Green+Blue) = 59+249+8=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 249 (97.66% from 255 or 78.80% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF908 is #C406F7. Grayscale: #A5A5A5. Windows color (decimal): -12846840 or 588091. OLE color: 588091.
HSL color Cylindrical-coordinate representation of color #3BF908: hue angle of 107.3º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BF908 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 8 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.02 |
| HSL | 107.3º | 0.95% | 0.5% | - |
| HSV(B) | 107.3º | 0.97% | 0.98% | - |
| XYZ | 35.72 | 68.7 | 11.61 | - |
| YUV | 164.72 | 39.55 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 8 | 0.76 | 0 | 0.97 | 0.02 | 107.3 | 0.95 | 0.5 |
| Hex | 3B | F9 | 8 | 4C | 0 | 61 | 2 | 6B | 5F | 32 |
| Octal | 73 | 371 | 10 | 114 | 0 | 141 | 2 | 153 | 137 | 62 |
| Binary | 111011 | 11111001 | 1000 | 1001100 | 0 | 1100001 | 10 | 1101011 | 1011111 | 110010 |
Color Harmonies of #3BF908
Complementary color
Monochromatic Colors of #3BF908
Black with #3BF908
Text Example
Text Example
White with #3BF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF908; }
p { color: rgb(59,249,8); }
H1.HeaderClassName
{
color: #3BF908;
}
.AnyTagClassName
{
color: #3BF908;
}
</style>
background-color css
<style>
a { background-color: #3BF908; }
a { background-color: rgb(59,249,8); }
div.DivClassName
{
background-color: #3BF908;
}
.BgClassName
{
background-color: #3BF908;
}
</style>
border-color css
<style>
span { border-color: #3BF908; }
span { border-color: rgb(59,249,8); }
td.TdClassName
{
border-color: #3BF908;
}
.TagClassName
{
border-color: #3BF908;
}
</style>