Shades of Harlequin #3EEE08
Tints of Harlequin #3EEE08
RGB
CMYK
RGB Variations
Color information
#3EEE08 (or 0x3EEE08) is known color: Harlequin. HEX triplet: 3E, EE and 08. RGB value is (62,238,8). Sum of RGB (Red+Green+Blue) = 62+238+8=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEE08 is #C111F7. Grayscale: #9F9F9F. Windows color (decimal): -12653048 or 585278. OLE color: 585278.
HSL color Cylindrical-coordinate representation of color #3EEE08: hue angle of 105.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EEE08 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 8 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.07 |
| HSL | 105.91º | 0.93% | 0.48% | - |
| HSV(B) | 105.91º | 0.97% | 0.93% | - |
| XYZ | 32.6 | 62.19 | 10.52 | - |
| YUV | 159.16 | 42.69 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 8 | 0.74 | 0 | 0.97 | 0.07 | 105.91 | 0.93 | 0.48 |
| Hex | 3E | EE | 8 | 4A | 0 | 61 | 7 | 6A | 5D | 30 |
| Octal | 76 | 356 | 10 | 112 | 0 | 141 | 7 | 152 | 135 | 60 |
| Binary | 111110 | 11101110 | 1000 | 1001010 | 0 | 1100001 | 111 | 1101010 | 1011101 | 110000 |
Color Harmonies of #3EEE08
Complementary color
Monochromatic Colors of #3EEE08
Black with #3EEE08
Text Example
Text Example
White with #3EEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEE08; }
p { color: rgb(62,238,8); }
H1.HeaderClassName
{
color: #3EEE08;
}
.AnyTagClassName
{
color: #3EEE08;
}
</style>
background-color css
<style>
a { background-color: #3EEE08; }
a { background-color: rgb(62,238,8); }
div.DivClassName
{
background-color: #3EEE08;
}
.BgClassName
{
background-color: #3EEE08;
}
</style>
border-color css
<style>
span { border-color: #3EEE08; }
span { border-color: rgb(62,238,8); }
td.TdClassName
{
border-color: #3EEE08;
}
.TagClassName
{
border-color: #3EEE08;
}
</style>