Shades of Harlequin #3DF120
Tints of Harlequin #3DF120
RGB
CMYK
RGB Variations
Color information
#3DF120 (or 0x3DF120) is known color: Harlequin. HEX triplet: 3D, F1 and 20. RGB value is (61,241,32). Sum of RGB (Red+Green+Blue) = 61+241+32=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF120 is #C20EDF. Grayscale: #A4A4A4. Windows color (decimal): -12717792 or 2158909. OLE color: 2158909.
HSL color Cylindrical-coordinate representation of color #3DF120: hue angle of 111.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF120 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.05 |
| HSL | 111.67º | 0.88% | 0.54% | - |
| HSV(B) | 111.67º | 0.87% | 0.95% | - |
| XYZ | 33.64 | 64.01 | 11.95 | - |
| YUV | 163.35 | 53.87 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 32 | 0.75 | 0 | 0.87 | 0.05 | 111.67 | 0.88 | 0.54 |
| Hex | 3D | F1 | 20 | 4B | 0 | 57 | 5 | 70 | 58 | 36 |
| Octal | 75 | 361 | 40 | 113 | 0 | 127 | 5 | 160 | 130 | 66 |
| Binary | 111101 | 11110001 | 100000 | 1001011 | 0 | 1010111 | 101 | 1110000 | 1011000 | 110110 |
Color Harmonies of #3DF120
Complementary color
Monochromatic Colors of #3DF120
Black with #3DF120
Text Example
Text Example
White with #3DF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF120; }
p { color: rgb(61,241,32); }
H1.HeaderClassName
{
color: #3DF120;
}
.AnyTagClassName
{
color: #3DF120;
}
</style>
background-color css
<style>
a { background-color: #3DF120; }
a { background-color: rgb(61,241,32); }
div.DivClassName
{
background-color: #3DF120;
}
.BgClassName
{
background-color: #3DF120;
}
</style>
border-color css
<style>
span { border-color: #3DF120; }
span { border-color: rgb(61,241,32); }
td.TdClassName
{
border-color: #3DF120;
}
.TagClassName
{
border-color: #3DF120;
}
</style>