Shades of Harlequin #3DF708
Tints of Harlequin #3DF708
RGB
CMYK
RGB Variations
Color information
#3DF708 (or 0x3DF708) is known color: Harlequin. HEX triplet: 3D, F7 and 08. RGB value is (61,247,8). Sum of RGB (Red+Green+Blue) = 61+247+8=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 247 (96.88% from 255 or 78.16% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF708 is #C208F7. Grayscale: #A4A4A4. Windows color (decimal): -12716280 or 587581. OLE color: 587581.
HSL color Cylindrical-coordinate representation of color #3DF708: hue angle of 106.69º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DF708 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.03 |
| HSL | 106.69º | 0.94% | 0.5% | - |
| HSV(B) | 106.69º | 0.97% | 0.97% | - |
| XYZ | 35.23 | 67.53 | 11.41 | - |
| YUV | 164.14 | 39.88 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 8 | 0.75 | 0 | 0.97 | 0.03 | 106.69 | 0.94 | 0.5 |
| Hex | 3D | F7 | 8 | 4B | 0 | 61 | 3 | 6B | 5E | 32 |
| Octal | 75 | 367 | 10 | 113 | 0 | 141 | 3 | 153 | 136 | 62 |
| Binary | 111101 | 11110111 | 1000 | 1001011 | 0 | 1100001 | 11 | 1101011 | 1011110 | 110010 |
Color Harmonies of #3DF708
Complementary color
Monochromatic Colors of #3DF708
Black with #3DF708
Text Example
Text Example
White with #3DF708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF708; }
p { color: rgb(61,247,8); }
H1.HeaderClassName
{
color: #3DF708;
}
.AnyTagClassName
{
color: #3DF708;
}
</style>
background-color css
<style>
a { background-color: #3DF708; }
a { background-color: rgb(61,247,8); }
div.DivClassName
{
background-color: #3DF708;
}
.BgClassName
{
background-color: #3DF708;
}
</style>
border-color css
<style>
span { border-color: #3DF708; }
span { border-color: rgb(61,247,8); }
td.TdClassName
{
border-color: #3DF708;
}
.TagClassName
{
border-color: #3DF708;
}
</style>