Shades of Harlequin #3DF800
Tints of Harlequin #3DF800
RGB
CMYK
RGB Variations
Color information
#3DF800 (or 0x3DF800) is known color: Harlequin. HEX triplet: 3D, F8 and 00. RGB value is (61,248,0). Sum of RGB (Red+Green+Blue) = 61+248+0=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF800 is #C207FF. Grayscale: #A4A4A4. Windows color (decimal): -12716032 or 63549. OLE color: 63549.
HSL color Cylindrical-coordinate representation of color #3DF800: hue angle of 105.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DF800 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.03 |
| HSL | 105.24º | 1% | 0.49% | - |
| HSV(B) | 105.24º | 1% | 0.97% | - |
| XYZ | 35.49 | 68.13 | 11.28 | - |
| YUV | 163.82 | 35.55 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 0 | 0.75 | 0 | 1 | 0.03 | 105.24 | 1 | 0.49 |
| Hex | 3D | F8 | 0 | 4B | 0 | 64 | 3 | 69 | 64 | 31 |
| Octal | 75 | 370 | 0 | 113 | 0 | 144 | 3 | 151 | 144 | 61 |
| Binary | 111101 | 11111000 | 0 | 1001011 | 0 | 1100100 | 11 | 1101001 | 1100100 | 110001 |
Color Harmonies of #3DF800
Complementary color
Monochromatic Colors of #3DF800
Black with #3DF800
Text Example
Text Example
White with #3DF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF800; }
p { color: rgb(61,248,0); }
H1.HeaderClassName
{
color: #3DF800;
}
.AnyTagClassName
{
color: #3DF800;
}
</style>
background-color css
<style>
a { background-color: #3DF800; }
a { background-color: rgb(61,248,0); }
div.DivClassName
{
background-color: #3DF800;
}
.BgClassName
{
background-color: #3DF800;
}
</style>
border-color css
<style>
span { border-color: #3DF800; }
span { border-color: rgb(61,248,0); }
td.TdClassName
{
border-color: #3DF800;
}
.TagClassName
{
border-color: #3DF800;
}
</style>