Shades of Harlequin #3DF309
Tints of Harlequin #3DF309
RGB
CMYK
RGB Variations
Color information
#3DF309 (or 0x3DF309) is known color: Harlequin. HEX triplet: 3D, F3 and 09. RGB value is (61,243,9). Sum of RGB (Red+Green+Blue) = 61+243+9=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 243 (95.31% from 255 or 77.64% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF309 is #C20CF6. Grayscale: #A2A2A2. Windows color (decimal): -12717303 or 652093. OLE color: 652093.
HSL color Cylindrical-coordinate representation of color #3DF309: hue angle of 106.67º 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 #3DF309 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.05 |
| HSL | 106.67º | 0.93% | 0.49% | - |
| HSV(B) | 106.67º | 0.96% | 0.95% | - |
| XYZ | 34.02 | 65.11 | 11.03 | - |
| YUV | 161.91 | 41.7 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 9 | 0.75 | 0 | 0.96 | 0.05 | 106.67 | 0.93 | 0.49 |
| Hex | 3D | F3 | 9 | 4B | 0 | 60 | 5 | 6B | 5D | 31 |
| Octal | 75 | 363 | 11 | 113 | 0 | 140 | 5 | 153 | 135 | 61 |
| Binary | 111101 | 11110011 | 1001 | 1001011 | 0 | 1100000 | 101 | 1101011 | 1011101 | 110001 |
Color Harmonies of #3DF309
Complementary color
Monochromatic Colors of #3DF309
Black with #3DF309
Text Example
Text Example
White with #3DF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF309; }
p { color: rgb(61,243,9); }
H1.HeaderClassName
{
color: #3DF309;
}
.AnyTagClassName
{
color: #3DF309;
}
</style>
background-color css
<style>
a { background-color: #3DF309; }
a { background-color: rgb(61,243,9); }
div.DivClassName
{
background-color: #3DF309;
}
.BgClassName
{
background-color: #3DF309;
}
</style>
border-color css
<style>
span { border-color: #3DF309; }
span { border-color: rgb(61,243,9); }
td.TdClassName
{
border-color: #3DF309;
}
.TagClassName
{
border-color: #3DF309;
}
</style>