Shades of Harlequin #3FEE04
Tints of Harlequin #3FEE04
RGB
CMYK
RGB Variations
Color information
#3FEE04 (or 0x3FEE04) is known color: Harlequin. HEX triplet: 3F, EE and 04. RGB value is (63,238,4). Sum of RGB (Red+Green+Blue) = 63+238+4=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 238 (93.36% from 255 or 78.03% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE04 is #C011FB. Grayscale: #9F9F9F. Windows color (decimal): -12587516 or 323135. OLE color: 323135.
HSL color Cylindrical-coordinate representation of color #3FEE04: hue angle of 104.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FEE04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.07 |
| HSL | 104.87º | 0.97% | 0.47% | - |
| HSV(B) | 104.87º | 0.98% | 0.93% | - |
| XYZ | 32.65 | 62.21 | 10.4 | - |
| YUV | 159 | 40.52 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 4 | 0.74 | 0 | 0.98 | 0.07 | 104.87 | 0.97 | 0.47 |
| Hex | 3F | EE | 4 | 4A | 0 | 62 | 7 | 69 | 61 | 2F |
| Octal | 77 | 356 | 4 | 112 | 0 | 142 | 7 | 151 | 141 | 57 |
| Binary | 111111 | 11101110 | 100 | 1001010 | 0 | 1100010 | 111 | 1101001 | 1100001 | 101111 |
Color Harmonies of #3FEE04
Complementary color
Monochromatic Colors of #3FEE04
Black with #3FEE04
Text Example
Text Example
White with #3FEE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE04; }
p { color: rgb(63,238,4); }
H1.HeaderClassName
{
color: #3FEE04;
}
.AnyTagClassName
{
color: #3FEE04;
}
</style>
background-color css
<style>
a { background-color: #3FEE04; }
a { background-color: rgb(63,238,4); }
div.DivClassName
{
background-color: #3FEE04;
}
.BgClassName
{
background-color: #3FEE04;
}
</style>
border-color css
<style>
span { border-color: #3FEE04; }
span { border-color: rgb(63,238,4); }
td.TdClassName
{
border-color: #3FEE04;
}
.TagClassName
{
border-color: #3FEE04;
}
</style>