Shades of Harlequin #3DF41D
Tints of Harlequin #3DF41D
RGB
CMYK
RGB Variations
Color information
#3DF41D (or 0x3DF41D) is known color: Harlequin. HEX triplet: 3D, F4 and 1D. RGB value is (61,244,29). Sum of RGB (Red+Green+Blue) = 61+244+29=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF41D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF41D is #C20BE2. Grayscale: #A5A5A5. Windows color (decimal): -12717027 or 1963069. OLE color: 1963069.
HSL color Cylindrical-coordinate representation of color #3DF41D: hue angle of 111.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DF41D is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 29 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.04 |
| HSL | 111.07º | 0.91% | 0.54% | - |
| HSV(B) | 111.07º | 0.88% | 0.96% | - |
| XYZ | 34.5 | 65.78 | 12.04 | - |
| YUV | 164.77 | 51.37 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 29 | 0.75 | 0 | 0.88 | 0.04 | 111.07 | 0.91 | 0.54 |
| Hex | 3D | F4 | 1D | 4B | 0 | 58 | 4 | 6F | 5B | 36 |
| Octal | 75 | 364 | 35 | 113 | 0 | 130 | 4 | 157 | 133 | 66 |
| Binary | 111101 | 11110100 | 11101 | 1001011 | 0 | 1011000 | 100 | 1101111 | 1011011 | 110110 |
Color Harmonies of #3DF41D
Complementary color
Monochromatic Colors of #3DF41D
Black with #3DF41D
Text Example
Text Example
White with #3DF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF41D; }
p { color: rgb(61,244,29); }
H1.HeaderClassName
{
color: #3DF41D;
}
.AnyTagClassName
{
color: #3DF41D;
}
</style>
background-color css
<style>
a { background-color: #3DF41D; }
a { background-color: rgb(61,244,29); }
div.DivClassName
{
background-color: #3DF41D;
}
.BgClassName
{
background-color: #3DF41D;
}
</style>
border-color css
<style>
span { border-color: #3DF41D; }
span { border-color: rgb(61,244,29); }
td.TdClassName
{
border-color: #3DF41D;
}
.TagClassName
{
border-color: #3DF41D;
}
</style>