Shades of Harlequin #3FF303
Tints of Harlequin #3FF303
RGB
CMYK
RGB Variations
Color information
#3FF303 (or 0x3FF303) is known color: Harlequin. HEX triplet: 3F, F3 and 03. RGB value is (63,243,3). Sum of RGB (Red+Green+Blue) = 63+243+3=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 243 (95.31% from 255 or 78.64% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF303 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF303 is #C00CFC. Grayscale: #A2A2A2. Windows color (decimal): -12586237 or 258879. OLE color: 258879.
HSL color Cylindrical-coordinate representation of color #3FF303: hue angle of 105º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FF303 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.05 |
| HSL | 105º | 0.98% | 0.48% | - |
| HSV(B) | 105º | 0.99% | 0.95% | - |
| XYZ | 34.12 | 65.16 | 10.87 | - |
| YUV | 161.82 | 38.37 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 3 | 0.74 | 0 | 0.99 | 0.05 | 105 | 0.98 | 0.48 |
| Hex | 3F | F3 | 3 | 4A | 0 | 63 | 5 | 69 | 62 | 30 |
| Octal | 77 | 363 | 3 | 112 | 0 | 143 | 5 | 151 | 142 | 60 |
| Binary | 111111 | 11110011 | 11 | 1001010 | 0 | 1100011 | 101 | 1101001 | 1100010 | 110000 |
Color Harmonies of #3FF303
Complementary color
Monochromatic Colors of #3FF303
Black with #3FF303
Text Example
Text Example
White with #3FF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF303; }
p { color: rgb(63,243,3); }
H1.HeaderClassName
{
color: #3FF303;
}
.AnyTagClassName
{
color: #3FF303;
}
</style>
background-color css
<style>
a { background-color: #3FF303; }
a { background-color: rgb(63,243,3); }
div.DivClassName
{
background-color: #3FF303;
}
.BgClassName
{
background-color: #3FF303;
}
</style>
border-color css
<style>
span { border-color: #3FF303; }
span { border-color: rgb(63,243,3); }
td.TdClassName
{
border-color: #3FF303;
}
.TagClassName
{
border-color: #3FF303;
}
</style>