Shades of Harlequin #3FED07
Tints of Harlequin #3FED07
RGB
CMYK
RGB Variations
Color information
#3FED07 (or 0x3FED07) is known color: Harlequin. HEX triplet: 3F, ED and 07. RGB value is (63,237,7). Sum of RGB (Red+Green+Blue) = 63+237+7=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FED07 is #C012F8. Grayscale: #9F9F9F. Windows color (decimal): -12587769 or 519487. OLE color: 519487.
HSL color Cylindrical-coordinate representation of color #3FED07: hue angle of 105.39º 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 #3FED07 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.07 |
| HSL | 105.39º | 0.94% | 0.48% | - |
| HSV(B) | 105.39º | 0.97% | 0.93% | - |
| XYZ | 32.37 | 61.64 | 10.39 | - |
| YUV | 158.75 | 42.35 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 7 | 0.73 | 0 | 0.97 | 0.07 | 105.39 | 0.94 | 0.48 |
| Hex | 3F | ED | 7 | 49 | 0 | 61 | 7 | 69 | 5E | 30 |
| Octal | 77 | 355 | 7 | 111 | 0 | 141 | 7 | 151 | 136 | 60 |
| Binary | 111111 | 11101101 | 111 | 1001001 | 0 | 1100001 | 111 | 1101001 | 1011110 | 110000 |
Color Harmonies of #3FED07
Complementary color
Monochromatic Colors of #3FED07
Black with #3FED07
Text Example
Text Example
White with #3FED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED07; }
p { color: rgb(63,237,7); }
H1.HeaderClassName
{
color: #3FED07;
}
.AnyTagClassName
{
color: #3FED07;
}
</style>
background-color css
<style>
a { background-color: #3FED07; }
a { background-color: rgb(63,237,7); }
div.DivClassName
{
background-color: #3FED07;
}
.BgClassName
{
background-color: #3FED07;
}
</style>
border-color css
<style>
span { border-color: #3FED07; }
span { border-color: rgb(63,237,7); }
td.TdClassName
{
border-color: #3FED07;
}
.TagClassName
{
border-color: #3FED07;
}
</style>