Shades of Harlequin #3FEE08
Tints of Harlequin #3FEE08
RGB
CMYK
RGB Variations
Color information
#3FEE08 (or 0x3FEE08) is known color: Harlequin. HEX triplet: 3F, EE and 08. RGB value is (63,238,8). Sum of RGB (Red+Green+Blue) = 63+238+8=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 238 (93.36% from 255 or 77.02% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE08 is #C011F7. Grayscale: #A0A0A0. Windows color (decimal): -12587512 or 585279. OLE color: 585279.
HSL color Cylindrical-coordinate representation of color #3FEE08: hue angle of 105.65º 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 #3FEE08 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 8 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.07 |
| HSL | 105.65º | 0.93% | 0.48% | - |
| HSV(B) | 105.65º | 0.97% | 0.93% | - |
| XYZ | 32.67 | 62.22 | 10.52 | - |
| YUV | 159.46 | 42.52 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 8 | 0.74 | 0 | 0.97 | 0.07 | 105.65 | 0.93 | 0.48 |
| Hex | 3F | EE | 8 | 4A | 0 | 61 | 7 | 6A | 5D | 30 |
| Octal | 77 | 356 | 10 | 112 | 0 | 141 | 7 | 152 | 135 | 60 |
| Binary | 111111 | 11101110 | 1000 | 1001010 | 0 | 1100001 | 111 | 1101010 | 1011101 | 110000 |
Color Harmonies of #3FEE08
Complementary color
Monochromatic Colors of #3FEE08
Black with #3FEE08
Text Example
Text Example
White with #3FEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE08; }
p { color: rgb(63,238,8); }
H1.HeaderClassName
{
color: #3FEE08;
}
.AnyTagClassName
{
color: #3FEE08;
}
</style>
background-color css
<style>
a { background-color: #3FEE08; }
a { background-color: rgb(63,238,8); }
div.DivClassName
{
background-color: #3FEE08;
}
.BgClassName
{
background-color: #3FEE08;
}
</style>
border-color css
<style>
span { border-color: #3FEE08; }
span { border-color: rgb(63,238,8); }
td.TdClassName
{
border-color: #3FEE08;
}
.TagClassName
{
border-color: #3FEE08;
}
</style>