Shades of Harlequin #3FF309
Tints of Harlequin #3FF309
RGB
CMYK
RGB Variations
Color information
#3FF309 (or 0x3FF309) is known color: Harlequin. HEX triplet: 3F, F3 and 09. RGB value is (63,243,9). Sum of RGB (Red+Green+Blue) = 63+243+9=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF309 is #C00CF6. Grayscale: #A3A3A3. Windows color (decimal): -12586231 or 652095. OLE color: 652095.
HSL color Cylindrical-coordinate representation of color #3FF309: hue angle of 106.15º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FF309 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.05 |
| HSL | 106.15º | 0.93% | 0.49% | - |
| HSV(B) | 106.15º | 0.96% | 0.95% | - |
| XYZ | 34.15 | 65.18 | 11.04 | - |
| YUV | 162.5 | 41.37 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 9 | 0.74 | 0 | 0.96 | 0.05 | 106.15 | 0.93 | 0.49 |
| Hex | 3F | F3 | 9 | 4A | 0 | 60 | 5 | 6A | 5D | 31 |
| Octal | 77 | 363 | 11 | 112 | 0 | 140 | 5 | 152 | 135 | 61 |
| Binary | 111111 | 11110011 | 1001 | 1001010 | 0 | 1100000 | 101 | 1101010 | 1011101 | 110001 |
Color Harmonies of #3FF309
Complementary color
Monochromatic Colors of #3FF309
Black with #3FF309
Text Example
Text Example
White with #3FF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF309; }
p { color: rgb(63,243,9); }
H1.HeaderClassName
{
color: #3FF309;
}
.AnyTagClassName
{
color: #3FF309;
}
</style>
background-color css
<style>
a { background-color: #3FF309; }
a { background-color: rgb(63,243,9); }
div.DivClassName
{
background-color: #3FF309;
}
.BgClassName
{
background-color: #3FF309;
}
</style>
border-color css
<style>
span { border-color: #3FF309; }
span { border-color: rgb(63,243,9); }
td.TdClassName
{
border-color: #3FF309;
}
.TagClassName
{
border-color: #3FF309;
}
</style>