Shades of Harlequin #3DF20F
Tints of Harlequin #3DF20F
RGB
CMYK
RGB Variations
Color information
#3DF20F (or 0x3DF20F) is known color: Harlequin. HEX triplet: 3D, F2 and 0F. RGB value is (61,242,15). Sum of RGB (Red+Green+Blue) = 61+242+15=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF20F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF20F is #C20DF0. Grayscale: #A2A2A2. Windows color (decimal): -12717553 or 1045053. OLE color: 1045053.
HSL color Cylindrical-coordinate representation of color #3DF20F: hue angle of 107.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DF20F is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 15 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.05 |
| HSL | 107.84º | 0.9% | 0.5% | - |
| HSV(B) | 107.84º | 0.94% | 0.95% | - |
| XYZ | 33.76 | 64.53 | 11.13 | - |
| YUV | 162 | 45.03 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 15 | 0.75 | 0 | 0.94 | 0.05 | 107.84 | 0.9 | 0.5 |
| Hex | 3D | F2 | F | 4B | 0 | 5E | 5 | 6C | 5A | 32 |
| Octal | 75 | 362 | 17 | 113 | 0 | 136 | 5 | 154 | 132 | 62 |
| Binary | 111101 | 11110010 | 1111 | 1001011 | 0 | 1011110 | 101 | 1101100 | 1011010 | 110010 |
Color Harmonies of #3DF20F
Complementary color
Monochromatic Colors of #3DF20F
Black with #3DF20F
Text Example
Text Example
White with #3DF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF20F; }
p { color: rgb(61,242,15); }
H1.HeaderClassName
{
color: #3DF20F;
}
.AnyTagClassName
{
color: #3DF20F;
}
</style>
background-color css
<style>
a { background-color: #3DF20F; }
a { background-color: rgb(61,242,15); }
div.DivClassName
{
background-color: #3DF20F;
}
.BgClassName
{
background-color: #3DF20F;
}
</style>
border-color css
<style>
span { border-color: #3DF20F; }
span { border-color: rgb(61,242,15); }
td.TdClassName
{
border-color: #3DF20F;
}
.TagClassName
{
border-color: #3DF20F;
}
</style>