Shades of Harlequin #3BDF03
Tints of Harlequin #3BDF03
RGB
CMYK
RGB Variations
Color information
#3BDF03 (or 0x3BDF03) is known color: Harlequin. HEX triplet: 3B, DF and 03. RGB value is (59,223,3). Sum of RGB (Red+Green+Blue) = 59+223+3=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDF03 is #C420FC. Grayscale: #959595. Windows color (decimal): -12853501 or 253755. OLE color: 253755.
HSL color Cylindrical-coordinate representation of color #3BDF03: hue angle of 104.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BDF03 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.13 |
| HSL | 104.73º | 0.97% | 0.44% | - |
| HSV(B) | 104.73º | 0.99% | 0.87% | - |
| XYZ | 28.21 | 53.71 | 8.97 | - |
| YUV | 148.88 | 45.67 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 3 | 0.74 | 0 | 0.99 | 0.13 | 104.73 | 0.97 | 0.44 |
| Hex | 3B | DF | 3 | 4A | 0 | 63 | D | 69 | 61 | 2C |
| Octal | 73 | 337 | 3 | 112 | 0 | 143 | 15 | 151 | 141 | 54 |
| Binary | 111011 | 11011111 | 11 | 1001010 | 0 | 1100011 | 1101 | 1101001 | 1100001 | 101100 |
Color Harmonies of #3BDF03
Complementary color
Monochromatic Colors of #3BDF03
Black with #3BDF03
Text Example
Text Example
White with #3BDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF03; }
p { color: rgb(59,223,3); }
H1.HeaderClassName
{
color: #3BDF03;
}
.AnyTagClassName
{
color: #3BDF03;
}
</style>
background-color css
<style>
a { background-color: #3BDF03; }
a { background-color: rgb(59,223,3); }
div.DivClassName
{
background-color: #3BDF03;
}
.BgClassName
{
background-color: #3BDF03;
}
</style>
border-color css
<style>
span { border-color: #3BDF03; }
span { border-color: rgb(59,223,3); }
td.TdClassName
{
border-color: #3BDF03;
}
.TagClassName
{
border-color: #3BDF03;
}
</style>