Shades of Harlequin #3DEE11
Tints of Harlequin #3DEE11
RGB
CMYK
RGB Variations
Color information
#3DEE11 (or 0x3DEE11) is known color: Harlequin. HEX triplet: 3D, EE and 11. RGB value is (61,238,17). Sum of RGB (Red+Green+Blue) = 61+238+17=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEE11 is #C211EE. Grayscale: #A0A0A0. Windows color (decimal): -12718575 or 1175101. OLE color: 1175101.
HSL color Cylindrical-coordinate representation of color #3DEE11: hue angle of 108.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DEE11 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 17 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.07 |
| HSL | 108.05º | 0.87% | 0.5% | - |
| HSV(B) | 108.05º | 0.93% | 0.93% | - |
| XYZ | 32.6 | 62.18 | 10.81 | - |
| YUV | 159.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 17 | 0.74 | 0 | 0.93 | 0.07 | 108.05 | 0.87 | 0.5 |
| Hex | 3D | EE | 11 | 4A | 0 | 5D | 7 | 6C | 57 | 32 |
| Octal | 75 | 356 | 21 | 112 | 0 | 135 | 7 | 154 | 127 | 62 |
| Binary | 111101 | 11101110 | 10001 | 1001010 | 0 | 1011101 | 111 | 1101100 | 1010111 | 110010 |
Color Harmonies of #3DEE11
Complementary color
Monochromatic Colors of #3DEE11
Black with #3DEE11
Text Example
Text Example
White with #3DEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEE11; }
p { color: rgb(61,238,17); }
H1.HeaderClassName
{
color: #3DEE11;
}
.AnyTagClassName
{
color: #3DEE11;
}
</style>
background-color css
<style>
a { background-color: #3DEE11; }
a { background-color: rgb(61,238,17); }
div.DivClassName
{
background-color: #3DEE11;
}
.BgClassName
{
background-color: #3DEE11;
}
</style>
border-color css
<style>
span { border-color: #3DEE11; }
span { border-color: rgb(61,238,17); }
td.TdClassName
{
border-color: #3DEE11;
}
.TagClassName
{
border-color: #3DEE11;
}
</style>