Shades of Harlequin #3DF503
Tints of Harlequin #3DF503
RGB
CMYK
RGB Variations
Color information
#3DF503 (or 0x3DF503) is known color: Harlequin. HEX triplet: 3D, F5 and 03. RGB value is (61,245,3). Sum of RGB (Red+Green+Blue) = 61+245+3=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 245 (96.09% from 255 or 79.29% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF503 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF503 is #C20AFC. Grayscale: #A3A3A3. Windows color (decimal): -12716797 or 259389. OLE color: 259389.
HSL color Cylindrical-coordinate representation of color #3DF503: hue angle of 105.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DF503 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.04 |
| HSL | 105.62º | 0.98% | 0.49% | - |
| HSV(B) | 105.62º | 0.99% | 0.96% | - |
| XYZ | 34.59 | 66.3 | 11.06 | - |
| YUV | 162.4 | 38.04 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 3 | 0.75 | 0 | 0.99 | 0.04 | 105.62 | 0.98 | 0.49 |
| Hex | 3D | F5 | 3 | 4B | 0 | 63 | 4 | 6A | 62 | 31 |
| Octal | 75 | 365 | 3 | 113 | 0 | 143 | 4 | 152 | 142 | 61 |
| Binary | 111101 | 11110101 | 11 | 1001011 | 0 | 1100011 | 100 | 1101010 | 1100010 | 110001 |
Color Harmonies of #3DF503
Complementary color
Monochromatic Colors of #3DF503
Black with #3DF503
Text Example
Text Example
White with #3DF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF503; }
p { color: rgb(61,245,3); }
H1.HeaderClassName
{
color: #3DF503;
}
.AnyTagClassName
{
color: #3DF503;
}
</style>
background-color css
<style>
a { background-color: #3DF503; }
a { background-color: rgb(61,245,3); }
div.DivClassName
{
background-color: #3DF503;
}
.BgClassName
{
background-color: #3DF503;
}
</style>
border-color css
<style>
span { border-color: #3DF503; }
span { border-color: rgb(61,245,3); }
td.TdClassName
{
border-color: #3DF503;
}
.TagClassName
{
border-color: #3DF503;
}
</style>