Shades of Harlequin #3DFC05
Tints of Harlequin #3DFC05
RGB
CMYK
RGB Variations
Color information
#3DFC05 (or 0x3DFC05) is known color: Harlequin. HEX triplet: 3D, FC and 05. RGB value is (61,252,5). Sum of RGB (Red+Green+Blue) = 61+252+5=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFC05 is #C203FA. Grayscale: #A7A7A7. Windows color (decimal): -12715003 or 392253. OLE color: 392253.
HSL color Cylindrical-coordinate representation of color #3DFC05: hue angle of 106.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DFC05 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.01 |
| HSL | 106.4º | 0.98% | 0.5% | - |
| HSV(B) | 106.4º | 0.98% | 0.99% | - |
| XYZ | 36.76 | 70.62 | 11.84 | - |
| YUV | 166.73 | 36.72 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 5 | 0.76 | 0 | 0.98 | 0.01 | 106.4 | 0.98 | 0.5 |
| Hex | 3D | FC | 5 | 4C | 0 | 62 | 1 | 6A | 62 | 32 |
| Octal | 75 | 374 | 5 | 114 | 0 | 142 | 1 | 152 | 142 | 62 |
| Binary | 111101 | 11111100 | 101 | 1001100 | 0 | 1100010 | 1 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3DFC05
Complementary color
Monochromatic Colors of #3DFC05
Black with #3DFC05
Text Example
Text Example
White with #3DFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC05; }
p { color: rgb(61,252,5); }
H1.HeaderClassName
{
color: #3DFC05;
}
.AnyTagClassName
{
color: #3DFC05;
}
</style>
background-color css
<style>
a { background-color: #3DFC05; }
a { background-color: rgb(61,252,5); }
div.DivClassName
{
background-color: #3DFC05;
}
.BgClassName
{
background-color: #3DFC05;
}
</style>
border-color css
<style>
span { border-color: #3DFC05; }
span { border-color: rgb(61,252,5); }
td.TdClassName
{
border-color: #3DFC05;
}
.TagClassName
{
border-color: #3DFC05;
}
</style>