Shades of Harlequin #3DF00D
Tints of Harlequin #3DF00D
RGB
CMYK
RGB Variations
Color information
#3DF00D (or 0x3DF00D) is known color: Harlequin. HEX triplet: 3D, F0 and 0D. RGB value is (61,240,13). Sum of RGB (Red+Green+Blue) = 61+240+13=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF00D is #C20FF2. Grayscale: #A1A1A1. Windows color (decimal): -12718067 or 913469. OLE color: 913469.
HSL color Cylindrical-coordinate representation of color #3DF00D: hue angle of 107.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DF00D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 13 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.06 |
| HSL | 107.31º | 0.9% | 0.5% | - |
| HSV(B) | 107.31º | 0.95% | 0.94% | - |
| XYZ | 33.16 | 63.34 | 10.86 | - |
| YUV | 160.6 | 44.7 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 13 | 0.75 | 0 | 0.95 | 0.06 | 107.31 | 0.9 | 0.5 |
| Hex | 3D | F0 | D | 4B | 0 | 5F | 6 | 6B | 5A | 32 |
| Octal | 75 | 360 | 15 | 113 | 0 | 137 | 6 | 153 | 132 | 62 |
| Binary | 111101 | 11110000 | 1101 | 1001011 | 0 | 1011111 | 110 | 1101011 | 1011010 | 110010 |
Color Harmonies of #3DF00D
Complementary color
Monochromatic Colors of #3DF00D
Black with #3DF00D
Text Example
Text Example
White with #3DF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF00D; }
p { color: rgb(61,240,13); }
H1.HeaderClassName
{
color: #3DF00D;
}
.AnyTagClassName
{
color: #3DF00D;
}
</style>
background-color css
<style>
a { background-color: #3DF00D; }
a { background-color: rgb(61,240,13); }
div.DivClassName
{
background-color: #3DF00D;
}
.BgClassName
{
background-color: #3DF00D;
}
</style>
border-color css
<style>
span { border-color: #3DF00D; }
span { border-color: rgb(61,240,13); }
td.TdClassName
{
border-color: #3DF00D;
}
.TagClassName
{
border-color: #3DF00D;
}
</style>