Shades of Harlequin #3FDB03
Tints of Harlequin #3FDB03
RGB
CMYK
RGB Variations
Color information
#3FDB03 (or 0x3FDB03) is known color: Harlequin. HEX triplet: 3F, DB and 03. RGB value is (63,219,3). Sum of RGB (Red+Green+Blue) = 63+219+3=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 219 (85.94% from 255 or 76.84% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDB03 is #C024FC. Grayscale: #949494. Windows color (decimal): -12592381 or 252735. OLE color: 252735.
HSL color Cylindrical-coordinate representation of color #3FDB03: hue angle of 103.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FDB03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.14 |
| HSL | 103.33º | 0.97% | 0.44% | - |
| HSV(B) | 103.33º | 0.99% | 0.86% | - |
| XYZ | 27.4 | 51.73 | 8.63 | - |
| YUV | 147.73 | 46.32 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 3 | 0.71 | 0 | 0.99 | 0.14 | 103.33 | 0.97 | 0.44 |
| Hex | 3F | DB | 3 | 47 | 0 | 63 | E | 67 | 61 | 2C |
| Octal | 77 | 333 | 3 | 107 | 0 | 143 | 16 | 147 | 141 | 54 |
| Binary | 111111 | 11011011 | 11 | 1000111 | 0 | 1100011 | 1110 | 1100111 | 1100001 | 101100 |
Color Harmonies of #3FDB03
Complementary color
Monochromatic Colors of #3FDB03
Black with #3FDB03
Text Example
Text Example
White with #3FDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB03; }
p { color: rgb(63,219,3); }
H1.HeaderClassName
{
color: #3FDB03;
}
.AnyTagClassName
{
color: #3FDB03;
}
</style>
background-color css
<style>
a { background-color: #3FDB03; }
a { background-color: rgb(63,219,3); }
div.DivClassName
{
background-color: #3FDB03;
}
.BgClassName
{
background-color: #3FDB03;
}
</style>
border-color css
<style>
span { border-color: #3FDB03; }
span { border-color: rgb(63,219,3); }
td.TdClassName
{
border-color: #3FDB03;
}
.TagClassName
{
border-color: #3FDB03;
}
</style>