Shades of Harlequin #3FF902
Tints of Harlequin #3FF902
RGB
CMYK
RGB Variations
Color information
#3FF902 (or 0x3FF902) is known color: Harlequin. HEX triplet: 3F, F9 and 02. RGB value is (63,249,2). Sum of RGB (Red+Green+Blue) = 63+249+2=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF902 is #C006FD. Grayscale: #A6A6A6. Windows color (decimal): -12584702 or 194879. OLE color: 194879.
HSL color Cylindrical-coordinate representation of color #3FF902: hue angle of 105.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FF902 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.02 |
| HSL | 105.18º | 0.98% | 0.49% | - |
| HSV(B) | 105.18º | 0.99% | 0.98% | - |
| XYZ | 35.94 | 68.81 | 11.45 | - |
| YUV | 165.23 | 35.88 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 2 | 0.75 | 0 | 0.99 | 0.02 | 105.18 | 0.98 | 0.49 |
| Hex | 3F | F9 | 2 | 4B | 0 | 63 | 2 | 69 | 62 | 31 |
| Octal | 77 | 371 | 2 | 113 | 0 | 143 | 2 | 151 | 142 | 61 |
| Binary | 111111 | 11111001 | 10 | 1001011 | 0 | 1100011 | 10 | 1101001 | 1100010 | 110001 |
Color Harmonies of #3FF902
Complementary color
Monochromatic Colors of #3FF902
Black with #3FF902
Text Example
Text Example
White with #3FF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF902; }
p { color: rgb(63,249,2); }
H1.HeaderClassName
{
color: #3FF902;
}
.AnyTagClassName
{
color: #3FF902;
}
</style>
background-color css
<style>
a { background-color: #3FF902; }
a { background-color: rgb(63,249,2); }
div.DivClassName
{
background-color: #3FF902;
}
.BgClassName
{
background-color: #3FF902;
}
</style>
border-color css
<style>
span { border-color: #3FF902; }
span { border-color: rgb(63,249,2); }
td.TdClassName
{
border-color: #3FF902;
}
.TagClassName
{
border-color: #3FF902;
}
</style>