Shades of Harlequin #3DF814
Tints of Harlequin #3DF814
RGB
CMYK
RGB Variations
Color information
#3DF814 (or 0x3DF814) is known color: Harlequin. HEX triplet: 3D, F8 and 14. RGB value is (61,248,20). Sum of RGB (Red+Green+Blue) = 61+248+20=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 248 (97.27% from 255 or 75.38% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF814 is #C207EB. Grayscale: #A6A6A6. Windows color (decimal): -12716012 or 1374269. OLE color: 1374269.
HSL color Cylindrical-coordinate representation of color #3DF814: hue angle of 109.21º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DF814 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.03 |
| HSL | 109.21º | 0.94% | 0.53% | - |
| HSV(B) | 109.21º | 0.92% | 0.97% | - |
| XYZ | 35.62 | 68.18 | 11.94 | - |
| YUV | 166.1 | 45.55 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 20 | 0.75 | 0 | 0.92 | 0.03 | 109.21 | 0.94 | 0.53 |
| Hex | 3D | F8 | 14 | 4B | 0 | 5C | 3 | 6D | 5E | 35 |
| Octal | 75 | 370 | 24 | 113 | 0 | 134 | 3 | 155 | 136 | 65 |
| Binary | 111101 | 11111000 | 10100 | 1001011 | 0 | 1011100 | 11 | 1101101 | 1011110 | 110101 |
Color Harmonies of #3DF814
Complementary color
Monochromatic Colors of #3DF814
Black with #3DF814
Text Example
Text Example
White with #3DF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF814; }
p { color: rgb(61,248,20); }
H1.HeaderClassName
{
color: #3DF814;
}
.AnyTagClassName
{
color: #3DF814;
}
</style>
background-color css
<style>
a { background-color: #3DF814; }
a { background-color: rgb(61,248,20); }
div.DivClassName
{
background-color: #3DF814;
}
.BgClassName
{
background-color: #3DF814;
}
</style>
border-color css
<style>
span { border-color: #3DF814; }
span { border-color: rgb(61,248,20); }
td.TdClassName
{
border-color: #3DF814;
}
.TagClassName
{
border-color: #3DF814;
}
</style>