Shades of Harlequin #3DFB0F
Tints of Harlequin #3DFB0F
RGB
CMYK
RGB Variations
Color information
#3DFB0F (or 0x3DFB0F) is known color: Harlequin. HEX triplet: 3D, FB and 0F. RGB value is (61,251,15). Sum of RGB (Red+Green+Blue) = 61+251+15=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 251 (98.44% from 255 or 76.76% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB0F is #C204F0. Grayscale: #A8A8A8. Windows color (decimal): -12715249 or 1047357. OLE color: 1047357.
HSL color Cylindrical-coordinate representation of color #3DFB0F: hue angle of 108.31º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DFB0F is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 15 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.02 |
| HSL | 108.31º | 0.97% | 0.52% | - |
| HSV(B) | 108.31º | 0.94% | 0.98% | - |
| XYZ | 36.51 | 70.02 | 12.04 | - |
| YUV | 167.29 | 42.05 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 15 | 0.76 | 0 | 0.94 | 0.02 | 108.31 | 0.97 | 0.52 |
| Hex | 3D | FB | F | 4C | 0 | 5E | 2 | 6C | 61 | 34 |
| Octal | 75 | 373 | 17 | 114 | 0 | 136 | 2 | 154 | 141 | 64 |
| Binary | 111101 | 11111011 | 1111 | 1001100 | 0 | 1011110 | 10 | 1101100 | 1100001 | 110100 |
Color Harmonies of #3DFB0F
Complementary color
Monochromatic Colors of #3DFB0F
Black with #3DFB0F
Text Example
Text Example
White with #3DFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB0F; }
p { color: rgb(61,251,15); }
H1.HeaderClassName
{
color: #3DFB0F;
}
.AnyTagClassName
{
color: #3DFB0F;
}
</style>
background-color css
<style>
a { background-color: #3DFB0F; }
a { background-color: rgb(61,251,15); }
div.DivClassName
{
background-color: #3DFB0F;
}
.BgClassName
{
background-color: #3DFB0F;
}
</style>
border-color css
<style>
span { border-color: #3DFB0F; }
span { border-color: rgb(61,251,15); }
td.TdClassName
{
border-color: #3DFB0F;
}
.TagClassName
{
border-color: #3DFB0F;
}
</style>