Shades of Harlequin #3FEE07
Tints of Harlequin #3FEE07
RGB
CMYK
RGB Variations
Color information
#3FEE07 (or 0x3FEE07) is known color: Harlequin. HEX triplet: 3F, EE and 07. RGB value is (63,238,7). Sum of RGB (Red+Green+Blue) = 63+238+7=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE07 is #C011F8. Grayscale: #A0A0A0. Windows color (decimal): -12587513 or 519743. OLE color: 519743.
HSL color Cylindrical-coordinate representation of color #3FEE07: hue angle of 105.45º degrees, saturation: 0.94, 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 #3FEE07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.07 |
| HSL | 105.45º | 0.94% | 0.48% | - |
| HSV(B) | 105.45º | 0.97% | 0.93% | - |
| XYZ | 32.66 | 62.22 | 10.49 | - |
| YUV | 159.34 | 42.02 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 7 | 0.74 | 0 | 0.97 | 0.07 | 105.45 | 0.94 | 0.48 |
| Hex | 3F | EE | 7 | 4A | 0 | 61 | 7 | 69 | 5E | 30 |
| Octal | 77 | 356 | 7 | 112 | 0 | 141 | 7 | 151 | 136 | 60 |
| Binary | 111111 | 11101110 | 111 | 1001010 | 0 | 1100001 | 111 | 1101001 | 1011110 | 110000 |
Color Harmonies of #3FEE07
Complementary color
Monochromatic Colors of #3FEE07
Black with #3FEE07
Text Example
Text Example
White with #3FEE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE07; }
p { color: rgb(63,238,7); }
H1.HeaderClassName
{
color: #3FEE07;
}
.AnyTagClassName
{
color: #3FEE07;
}
</style>
background-color css
<style>
a { background-color: #3FEE07; }
a { background-color: rgb(63,238,7); }
div.DivClassName
{
background-color: #3FEE07;
}
.BgClassName
{
background-color: #3FEE07;
}
</style>
border-color css
<style>
span { border-color: #3FEE07; }
span { border-color: rgb(63,238,7); }
td.TdClassName
{
border-color: #3FEE07;
}
.TagClassName
{
border-color: #3FEE07;
}
</style>