Shades of Harlequin #3DEE15
Tints of Harlequin #3DEE15
RGB
CMYK
RGB Variations
Color information
#3DEE15 (or 0x3DEE15) is known color: Harlequin. HEX triplet: 3D, EE and 15. RGB value is (61,238,21). Sum of RGB (Red+Green+Blue) = 61+238+21=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 238 (93.36% from 255 or 74.38% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEE15 is #C211EA. Grayscale: #A1A1A1. Windows color (decimal): -12718571 or 1437245. OLE color: 1437245.
HSL color Cylindrical-coordinate representation of color #3DEE15: hue angle of 108.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DEE15 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.07 |
| HSL | 108.94º | 0.86% | 0.51% | - |
| HSV(B) | 108.94º | 0.91% | 0.93% | - |
| XYZ | 32.63 | 62.2 | 10.99 | - |
| YUV | 160.34 | 49.36 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 21 | 0.74 | 0 | 0.91 | 0.07 | 108.94 | 0.86 | 0.51 |
| Hex | 3D | EE | 15 | 4A | 0 | 5B | 7 | 6D | 56 | 33 |
| Octal | 75 | 356 | 25 | 112 | 0 | 133 | 7 | 155 | 126 | 63 |
| Binary | 111101 | 11101110 | 10101 | 1001010 | 0 | 1011011 | 111 | 1101101 | 1010110 | 110011 |
Color Harmonies of #3DEE15
Complementary color
Monochromatic Colors of #3DEE15
Black with #3DEE15
Text Example
Text Example
White with #3DEE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEE15; }
p { color: rgb(61,238,21); }
H1.HeaderClassName
{
color: #3DEE15;
}
.AnyTagClassName
{
color: #3DEE15;
}
</style>
background-color css
<style>
a { background-color: #3DEE15; }
a { background-color: rgb(61,238,21); }
div.DivClassName
{
background-color: #3DEE15;
}
.BgClassName
{
background-color: #3DEE15;
}
</style>
border-color css
<style>
span { border-color: #3DEE15; }
span { border-color: rgb(61,238,21); }
td.TdClassName
{
border-color: #3DEE15;
}
.TagClassName
{
border-color: #3DEE15;
}
</style>