Shades of Harlequin #3DFB0D
Tints of Harlequin #3DFB0D
RGB
CMYK
RGB Variations
Color information
#3DFB0D (or 0x3DFB0D) is known color: Harlequin. HEX triplet: 3D, FB and 0D. RGB value is (61,251,13). Sum of RGB (Red+Green+Blue) = 61+251+13=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 251 (98.44% from 255 or 77.23% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB0D is #C204F2. Grayscale: #A7A7A7. Windows color (decimal): -12715251 or 916285. OLE color: 916285.
HSL color Cylindrical-coordinate representation of color #3DFB0D: hue angle of 107.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DFB0D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 13 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.02 |
| HSL | 107.9º | 0.97% | 0.52% | - |
| HSV(B) | 107.9º | 0.95% | 0.98% | - |
| XYZ | 36.49 | 70.02 | 11.97 | - |
| YUV | 167.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 13 | 0.76 | 0 | 0.95 | 0.02 | 107.9 | 0.97 | 0.52 |
| Hex | 3D | FB | D | 4C | 0 | 5F | 2 | 6C | 61 | 34 |
| Octal | 75 | 373 | 15 | 114 | 0 | 137 | 2 | 154 | 141 | 64 |
| Binary | 111101 | 11111011 | 1101 | 1001100 | 0 | 1011111 | 10 | 1101100 | 1100001 | 110100 |
Color Harmonies of #3DFB0D
Complementary color
Monochromatic Colors of #3DFB0D
Black with #3DFB0D
Text Example
Text Example
White with #3DFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB0D; }
p { color: rgb(61,251,13); }
H1.HeaderClassName
{
color: #3DFB0D;
}
.AnyTagClassName
{
color: #3DFB0D;
}
</style>
background-color css
<style>
a { background-color: #3DFB0D; }
a { background-color: rgb(61,251,13); }
div.DivClassName
{
background-color: #3DFB0D;
}
.BgClassName
{
background-color: #3DFB0D;
}
</style>
border-color css
<style>
span { border-color: #3DFB0D; }
span { border-color: rgb(61,251,13); }
td.TdClassName
{
border-color: #3DFB0D;
}
.TagClassName
{
border-color: #3DFB0D;
}
</style>