Shades of Harlequin #3DEF17
Tints of Harlequin #3DEF17
RGB
CMYK
RGB Variations
Color information
#3DEF17 (or 0x3DEF17) is known color: Harlequin. HEX triplet: 3D, EF and 17. RGB value is (61,239,23). Sum of RGB (Red+Green+Blue) = 61+239+23=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEF17 is #C210E8. Grayscale: #A1A1A1. Windows color (decimal): -12718313 or 1568573. OLE color: 1568573.
HSL color Cylindrical-coordinate representation of color #3DEF17: hue angle of 109.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DEF17 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 23 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.06 |
| HSL | 109.44º | 0.87% | 0.51% | - |
| HSV(B) | 109.44º | 0.9% | 0.94% | - |
| XYZ | 32.95 | 62.79 | 11.19 | - |
| YUV | 161.15 | 50.03 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 23 | 0.74 | 0 | 0.90 | 0.06 | 109.44 | 0.87 | 0.51 |
| Hex | 3D | EF | 17 | 4A | 0 | 5A | 6 | 6D | 57 | 33 |
| Octal | 75 | 357 | 27 | 112 | 0 | 132 | 6 | 155 | 127 | 63 |
| Binary | 111101 | 11101111 | 10111 | 1001010 | 0 | 1011010 | 110 | 1101101 | 1010111 | 110011 |
Color Harmonies of #3DEF17
Complementary color
Monochromatic Colors of #3DEF17
Black with #3DEF17
Text Example
Text Example
White with #3DEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEF17; }
p { color: rgb(61,239,23); }
H1.HeaderClassName
{
color: #3DEF17;
}
.AnyTagClassName
{
color: #3DEF17;
}
</style>
background-color css
<style>
a { background-color: #3DEF17; }
a { background-color: rgb(61,239,23); }
div.DivClassName
{
background-color: #3DEF17;
}
.BgClassName
{
background-color: #3DEF17;
}
</style>
border-color css
<style>
span { border-color: #3DEF17; }
span { border-color: rgb(61,239,23); }
td.TdClassName
{
border-color: #3DEF17;
}
.TagClassName
{
border-color: #3DEF17;
}
</style>