Shades of Harlequin #3DEF1E
Tints of Harlequin #3DEF1E
RGB
CMYK
RGB Variations
Color information
#3DEF1E (or 0x3DEF1E) is known color: Harlequin. HEX triplet: 3D, EF and 1E. RGB value is (61,239,30). Sum of RGB (Red+Green+Blue) = 61+239+30=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF1E is #C210E1. Grayscale: #A2A2A2. Windows color (decimal): -12718306 or 2027325. OLE color: 2027325.
HSL color Cylindrical-coordinate representation of color #3DEF1E: hue angle of 111.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DEF1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 30 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.06 |
| HSL | 111.1º | 0.87% | 0.53% | - |
| HSV(B) | 111.1º | 0.87% | 0.94% | - |
| XYZ | 33.03 | 62.82 | 11.61 | - |
| YUV | 161.95 | 53.53 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 30 | 0.74 | 0 | 0.87 | 0.06 | 111.1 | 0.87 | 0.53 |
| Hex | 3D | EF | 1E | 4A | 0 | 57 | 6 | 6F | 57 | 35 |
| Octal | 75 | 357 | 36 | 112 | 0 | 127 | 6 | 157 | 127 | 65 |
| Binary | 111101 | 11101111 | 11110 | 1001010 | 0 | 1010111 | 110 | 1101111 | 1010111 | 110101 |
Color Harmonies of #3DEF1E
Complementary color
Monochromatic Colors of #3DEF1E
Black with #3DEF1E
Text Example
Text Example
White with #3DEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEF1E; }
p { color: rgb(61,239,30); }
H1.HeaderClassName
{
color: #3DEF1E;
}
.AnyTagClassName
{
color: #3DEF1E;
}
</style>
background-color css
<style>
a { background-color: #3DEF1E; }
a { background-color: rgb(61,239,30); }
div.DivClassName
{
background-color: #3DEF1E;
}
.BgClassName
{
background-color: #3DEF1E;
}
</style>
border-color css
<style>
span { border-color: #3DEF1E; }
span { border-color: rgb(61,239,30); }
td.TdClassName
{
border-color: #3DEF1E;
}
.TagClassName
{
border-color: #3DEF1E;
}
</style>