Shades of Harlequin #3DFB12
Tints of Harlequin #3DFB12
RGB
CMYK
RGB Variations
Color information
#3DFB12 (or 0x3DFB12) is known color: Harlequin. HEX triplet: 3D, FB and 12. RGB value is (61,251,18). Sum of RGB (Red+Green+Blue) = 61+251+18=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB12 is #C204ED. Grayscale: #A8A8A8. Windows color (decimal): -12715246 or 1243965. OLE color: 1243965.
HSL color Cylindrical-coordinate representation of color #3DFB12: hue angle of 108.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DFB12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.02 |
| HSL | 108.93º | 0.97% | 0.53% | - |
| HSV(B) | 108.93º | 0.93% | 0.98% | - |
| XYZ | 36.53 | 70.03 | 12.16 | - |
| YUV | 167.63 | 43.55 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 18 | 0.76 | 0 | 0.93 | 0.02 | 108.93 | 0.97 | 0.53 |
| Hex | 3D | FB | 12 | 4C | 0 | 5D | 2 | 6D | 61 | 35 |
| Octal | 75 | 373 | 22 | 114 | 0 | 135 | 2 | 155 | 141 | 65 |
| Binary | 111101 | 11111011 | 10010 | 1001100 | 0 | 1011101 | 10 | 1101101 | 1100001 | 110101 |
Color Harmonies of #3DFB12
Complementary color
Monochromatic Colors of #3DFB12
Black with #3DFB12
Text Example
Text Example
White with #3DFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB12; }
p { color: rgb(61,251,18); }
H1.HeaderClassName
{
color: #3DFB12;
}
.AnyTagClassName
{
color: #3DFB12;
}
</style>
background-color css
<style>
a { background-color: #3DFB12; }
a { background-color: rgb(61,251,18); }
div.DivClassName
{
background-color: #3DFB12;
}
.BgClassName
{
background-color: #3DFB12;
}
</style>
border-color css
<style>
span { border-color: #3DFB12; }
span { border-color: rgb(61,251,18); }
td.TdClassName
{
border-color: #3DFB12;
}
.TagClassName
{
border-color: #3DFB12;
}
</style>