Shades of Harlequin #3DFB02
Tints of Harlequin #3DFB02
RGB
CMYK
RGB Variations
Color information
#3DFB02 (or 0x3DFB02) is known color: Harlequin. HEX triplet: 3D, FB and 02. RGB value is (61,251,2). Sum of RGB (Red+Green+Blue) = 61+251+2=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 251 (98.44% from 255 or 79.94% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB02 is #C204FD. Grayscale: #A6A6A6. Windows color (decimal): -12715262 or 195389. OLE color: 195389.
HSL color Cylindrical-coordinate representation of color #3DFB02: hue angle of 105.78º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DFB02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.02 |
| HSL | 105.78º | 0.98% | 0.5% | - |
| HSV(B) | 105.78º | 0.99% | 0.98% | - |
| XYZ | 36.43 | 69.99 | 11.65 | - |
| YUV | 165.8 | 35.55 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 2 | 0.76 | 0 | 0.99 | 0.02 | 105.78 | 0.98 | 0.5 |
| Hex | 3D | FB | 2 | 4C | 0 | 63 | 2 | 6A | 62 | 32 |
| Octal | 75 | 373 | 2 | 114 | 0 | 143 | 2 | 152 | 142 | 62 |
| Binary | 111101 | 11111011 | 10 | 1001100 | 0 | 1100011 | 10 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3DFB02
Complementary color
Monochromatic Colors of #3DFB02
Black with #3DFB02
Text Example
Text Example
White with #3DFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB02; }
p { color: rgb(61,251,2); }
H1.HeaderClassName
{
color: #3DFB02;
}
.AnyTagClassName
{
color: #3DFB02;
}
</style>
background-color css
<style>
a { background-color: #3DFB02; }
a { background-color: rgb(61,251,2); }
div.DivClassName
{
background-color: #3DFB02;
}
.BgClassName
{
background-color: #3DFB02;
}
</style>
border-color css
<style>
span { border-color: #3DFB02; }
span { border-color: rgb(61,251,2); }
td.TdClassName
{
border-color: #3DFB02;
}
.TagClassName
{
border-color: #3DFB02;
}
</style>