Shades of Harlequin #3DFB29
Tints of Harlequin #3DFB29
RGB
CMYK
RGB Variations
Color information
#3DFB29 (or 0x3DFB29) is known color: Harlequin. HEX triplet: 3D, FB and 29. RGB value is (61,251,41). Sum of RGB (Red+Green+Blue) = 61+251+41=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB29 is #C204D6. Grayscale: #AAAAAA. Windows color (decimal): -12715223 or 2751293. OLE color: 2751293.
HSL color Cylindrical-coordinate representation of color #3DFB29: hue angle of 114.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DFB29 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 41 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.02 |
| HSL | 114.29º | 0.96% | 0.57% | - |
| HSV(B) | 114.29º | 0.84% | 0.98% | - |
| XYZ | 36.82 | 70.15 | 13.7 | - |
| YUV | 170.25 | 55.05 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 41 | 0.76 | 0 | 0.84 | 0.02 | 114.29 | 0.96 | 0.57 |
| Hex | 3D | FB | 29 | 4C | 0 | 54 | 2 | 72 | 60 | 39 |
| Octal | 75 | 373 | 51 | 114 | 0 | 124 | 2 | 162 | 140 | 71 |
| Binary | 111101 | 11111011 | 101001 | 1001100 | 0 | 1010100 | 10 | 1110010 | 1100000 | 111001 |
Color Harmonies of #3DFB29
Complementary color
Monochromatic Colors of #3DFB29
Black with #3DFB29
Text Example
Text Example
White with #3DFB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB29; }
p { color: rgb(61,251,41); }
H1.HeaderClassName
{
color: #3DFB29;
}
.AnyTagClassName
{
color: #3DFB29;
}
</style>
background-color css
<style>
a { background-color: #3DFB29; }
a { background-color: rgb(61,251,41); }
div.DivClassName
{
background-color: #3DFB29;
}
.BgClassName
{
background-color: #3DFB29;
}
</style>
border-color css
<style>
span { border-color: #3DFB29; }
span { border-color: rgb(61,251,41); }
td.TdClassName
{
border-color: #3DFB29;
}
.TagClassName
{
border-color: #3DFB29;
}
</style>