Shades of Harlequin #3BF81B
Tints of Harlequin #3BF81B
RGB
CMYK
RGB Variations
Color information
#3BF81B (or 0x3BF81B) is known color: Harlequin. HEX triplet: 3B, F8 and 1B. RGB value is (59,248,27). Sum of RGB (Red+Green+Blue) = 59+248+27=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF81B is #C407E4. Grayscale: #A6A6A6. Windows color (decimal): -12847077 or 1833019. OLE color: 1833019.
HSL color Cylindrical-coordinate representation of color #3BF81B: hue angle of 111.31º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BF81B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 248 | 27 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.03 |
| HSL | 111.31º | 0.94% | 0.54% | - |
| HSV(B) | 111.31º | 0.89% | 0.97% | - |
| XYZ | 35.57 | 68.14 | 12.32 | - |
| YUV | 166.3 | 49.38 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 248 | 27 | 0.76 | 0 | 0.89 | 0.03 | 111.31 | 0.94 | 0.54 |
| Hex | 3B | F8 | 1B | 4C | 0 | 59 | 3 | 6F | 5E | 36 |
| Octal | 73 | 370 | 33 | 114 | 0 | 131 | 3 | 157 | 136 | 66 |
| Binary | 111011 | 11111000 | 11011 | 1001100 | 0 | 1011001 | 11 | 1101111 | 1011110 | 110110 |
Color Harmonies of #3BF81B
Complementary color
Monochromatic Colors of #3BF81B
Black with #3BF81B
Text Example
Text Example
White with #3BF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF81B; }
p { color: rgb(59,248,27); }
H1.HeaderClassName
{
color: #3BF81B;
}
.AnyTagClassName
{
color: #3BF81B;
}
</style>
background-color css
<style>
a { background-color: #3BF81B; }
a { background-color: rgb(59,248,27); }
div.DivClassName
{
background-color: #3BF81B;
}
.BgClassName
{
background-color: #3BF81B;
}
</style>
border-color css
<style>
span { border-color: #3BF81B; }
span { border-color: rgb(59,248,27); }
td.TdClassName
{
border-color: #3BF81B;
}
.TagClassName
{
border-color: #3BF81B;
}
</style>