Shades of Harlequin #3FF304
Tints of Harlequin #3FF304
RGB
CMYK
RGB Variations
Color information
#3FF304 (or 0x3FF304) is known color: Harlequin. HEX triplet: 3F, F3 and 04. RGB value is (63,243,4). Sum of RGB (Red+Green+Blue) = 63+243+4=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF304 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF304 is #C00CFB. Grayscale: #A2A2A2. Windows color (decimal): -12586236 or 324415. OLE color: 324415.
HSL color Cylindrical-coordinate representation of color #3FF304: hue angle of 105.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FF304 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.05 |
| HSL | 105.19º | 0.97% | 0.48% | - |
| HSV(B) | 105.19º | 0.98% | 0.95% | - |
| XYZ | 34.12 | 65.17 | 10.89 | - |
| YUV | 161.93 | 38.87 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 4 | 0.74 | 0 | 0.98 | 0.05 | 105.19 | 0.97 | 0.48 |
| Hex | 3F | F3 | 4 | 4A | 0 | 62 | 5 | 69 | 61 | 30 |
| Octal | 77 | 363 | 4 | 112 | 0 | 142 | 5 | 151 | 141 | 60 |
| Binary | 111111 | 11110011 | 100 | 1001010 | 0 | 1100010 | 101 | 1101001 | 1100001 | 110000 |
Color Harmonies of #3FF304
Complementary color
Monochromatic Colors of #3FF304
Black with #3FF304
Text Example
Text Example
White with #3FF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF304; }
p { color: rgb(63,243,4); }
H1.HeaderClassName
{
color: #3FF304;
}
.AnyTagClassName
{
color: #3FF304;
}
</style>
background-color css
<style>
a { background-color: #3FF304; }
a { background-color: rgb(63,243,4); }
div.DivClassName
{
background-color: #3FF304;
}
.BgClassName
{
background-color: #3FF304;
}
</style>
border-color css
<style>
span { border-color: #3FF304; }
span { border-color: rgb(63,243,4); }
td.TdClassName
{
border-color: #3FF304;
}
.TagClassName
{
border-color: #3FF304;
}
</style>