Shades of Harlequin #3DEE1C
Tints of Harlequin #3DEE1C
RGB
CMYK
RGB Variations
Color information
#3DEE1C (or 0x3DEE1C) is known color: Harlequin. HEX triplet: 3D, EE and 1C. RGB value is (61,238,28). Sum of RGB (Red+Green+Blue) = 61+238+28=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 238 (93.36% from 255 or 72.78% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE1C is #C211E3. Grayscale: #A1A1A1. Windows color (decimal): -12718564 or 1895997. OLE color: 1895997.
HSL color Cylindrical-coordinate representation of color #3DEE1C: hue angle of 110.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DEE1C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 28 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.07 |
| HSL | 110.57º | 0.86% | 0.52% | - |
| HSV(B) | 110.57º | 0.88% | 0.93% | - |
| XYZ | 32.71 | 62.23 | 11.39 | - |
| YUV | 161.14 | 52.86 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 28 | 0.74 | 0 | 0.88 | 0.07 | 110.57 | 0.86 | 0.52 |
| Hex | 3D | EE | 1C | 4A | 0 | 58 | 7 | 6F | 56 | 34 |
| Octal | 75 | 356 | 34 | 112 | 0 | 130 | 7 | 157 | 126 | 64 |
| Binary | 111101 | 11101110 | 11100 | 1001010 | 0 | 1011000 | 111 | 1101111 | 1010110 | 110100 |
Color Harmonies of #3DEE1C
Complementary color
Monochromatic Colors of #3DEE1C
Black with #3DEE1C
Text Example
Text Example
White with #3DEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEE1C; }
p { color: rgb(61,238,28); }
H1.HeaderClassName
{
color: #3DEE1C;
}
.AnyTagClassName
{
color: #3DEE1C;
}
</style>
background-color css
<style>
a { background-color: #3DEE1C; }
a { background-color: rgb(61,238,28); }
div.DivClassName
{
background-color: #3DEE1C;
}
.BgClassName
{
background-color: #3DEE1C;
}
</style>
border-color css
<style>
span { border-color: #3DEE1C; }
span { border-color: rgb(61,238,28); }
td.TdClassName
{
border-color: #3DEE1C;
}
.TagClassName
{
border-color: #3DEE1C;
}
</style>