Shades of Harlequin #3DFF09
Tints of Harlequin #3DFF09
RGB
CMYK
RGB Variations
Color information
#3DFF09 (or 0x3DFF09) is known color: Harlequin. HEX triplet: 3D, FF and 09. RGB value is (61,255,9). Sum of RGB (Red+Green+Blue) = 61+255+9=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF09 is #C200F6. Grayscale: #A9A9A9. Windows color (decimal): -12714231 or 655165. OLE color: 655165.
HSL color Cylindrical-coordinate representation of color #3DFF09: hue angle of 107.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DFF09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0 |
| HSL | 107.32º | 1% | 0.52% | - |
| HSV(B) | 107.32º | 0.96% | 1% | - |
| XYZ | 37.73 | 72.53 | 12.27 | - |
| YUV | 168.95 | 37.73 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 9 | 0.76 | 0 | 0.96 | 0 | 107.32 | 1 | 0.52 |
| Hex | 3D | FF | 9 | 4C | 0 | 60 | 0 | 6B | 64 | 34 |
| Octal | 75 | 377 | 11 | 114 | 0 | 140 | 0 | 153 | 144 | 64 |
| Binary | 111101 | 11111111 | 1001 | 1001100 | 0 | 1100000 | 0 | 1101011 | 1100100 | 110100 |
Color Harmonies of #3DFF09
Complementary color
Monochromatic Colors of #3DFF09
Black with #3DFF09
Text Example
Text Example
White with #3DFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF09; }
p { color: rgb(61,255,9); }
H1.HeaderClassName
{
color: #3DFF09;
}
.AnyTagClassName
{
color: #3DFF09;
}
</style>
background-color css
<style>
a { background-color: #3DFF09; }
a { background-color: rgb(61,255,9); }
div.DivClassName
{
background-color: #3DFF09;
}
.BgClassName
{
background-color: #3DFF09;
}
</style>
border-color css
<style>
span { border-color: #3DFF09; }
span { border-color: rgb(61,255,9); }
td.TdClassName
{
border-color: #3DFF09;
}
.TagClassName
{
border-color: #3DFF09;
}
</style>