Shades of Harlequin #3BF305
Tints of Harlequin #3BF305
RGB
CMYK
RGB Variations
Color information
#3BF305 (or 0x3BF305) is known color: Harlequin. HEX triplet: 3B, F3 and 05. RGB value is (59,243,5). Sum of RGB (Red+Green+Blue) = 59+243+5=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 243 (95.31% from 255 or 79.15% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF305 is #C40CFA. Grayscale: #A1A1A1. Windows color (decimal): -12848379 or 389947. OLE color: 389947.
HSL color Cylindrical-coordinate representation of color #3BF305: hue angle of 106.39º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BF305 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.05 |
| HSL | 106.39º | 0.96% | 0.49% | - |
| HSV(B) | 106.39º | 0.98% | 0.95% | - |
| XYZ | 33.88 | 65.04 | 10.91 | - |
| YUV | 160.85 | 40.04 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 5 | 0.76 | 0 | 0.98 | 0.05 | 106.39 | 0.96 | 0.49 |
| Hex | 3B | F3 | 5 | 4C | 0 | 62 | 5 | 6A | 60 | 31 |
| Octal | 73 | 363 | 5 | 114 | 0 | 142 | 5 | 152 | 140 | 61 |
| Binary | 111011 | 11110011 | 101 | 1001100 | 0 | 1100010 | 101 | 1101010 | 1100000 | 110001 |
Color Harmonies of #3BF305
Complementary color
Monochromatic Colors of #3BF305
Black with #3BF305
Text Example
Text Example
White with #3BF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF305; }
p { color: rgb(59,243,5); }
H1.HeaderClassName
{
color: #3BF305;
}
.AnyTagClassName
{
color: #3BF305;
}
</style>
background-color css
<style>
a { background-color: #3BF305; }
a { background-color: rgb(59,243,5); }
div.DivClassName
{
background-color: #3BF305;
}
.BgClassName
{
background-color: #3BF305;
}
</style>
border-color css
<style>
span { border-color: #3BF305; }
span { border-color: rgb(59,243,5); }
td.TdClassName
{
border-color: #3BF305;
}
.TagClassName
{
border-color: #3BF305;
}
</style>