Shades of Harlequin #3DFD2C
Tints of Harlequin #3DFD2C
RGB
CMYK
RGB Variations
Color information
#3DFD2C (or 0x3DFD2C) is known color: Harlequin. HEX triplet: 3D, FD and 2C. RGB value is (61,253,44). Sum of RGB (Red+Green+Blue) = 61+253+44=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFD2C is #C202D3. Grayscale: #ACACAC. Windows color (decimal): -12714708 or 2948413. OLE color: 2948413.
HSL color Cylindrical-coordinate representation of color #3DFD2C: hue angle of 115.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DFD2C is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 44 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.01 |
| HSL | 115.12º | 0.98% | 0.58% | - |
| HSV(B) | 115.12º | 0.83% | 0.99% | - |
| XYZ | 37.5 | 71.42 | 14.19 | - |
| YUV | 171.77 | 55.89 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 44 | 0.76 | 0 | 0.83 | 0.01 | 115.12 | 0.98 | 0.58 |
| Hex | 3D | FD | 2C | 4C | 0 | 53 | 1 | 73 | 62 | 3A |
| Octal | 75 | 375 | 54 | 114 | 0 | 123 | 1 | 163 | 142 | 72 |
| Binary | 111101 | 11111101 | 101100 | 1001100 | 0 | 1010011 | 1 | 1110011 | 1100010 | 111010 |
Color Harmonies of #3DFD2C
Complementary color
Monochromatic Colors of #3DFD2C
Black with #3DFD2C
Text Example
Text Example
White with #3DFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD2C; }
p { color: rgb(61,253,44); }
H1.HeaderClassName
{
color: #3DFD2C;
}
.AnyTagClassName
{
color: #3DFD2C;
}
</style>
background-color css
<style>
a { background-color: #3DFD2C; }
a { background-color: rgb(61,253,44); }
div.DivClassName
{
background-color: #3DFD2C;
}
.BgClassName
{
background-color: #3DFD2C;
}
</style>
border-color css
<style>
span { border-color: #3DFD2C; }
span { border-color: rgb(61,253,44); }
td.TdClassName
{
border-color: #3DFD2C;
}
.TagClassName
{
border-color: #3DFD2C;
}
</style>