Shades of Harlequin #3FEA05
Tints of Harlequin #3FEA05
RGB
CMYK
RGB Variations
Color information
#3FEA05 (or 0x3FEA05) is known color: Harlequin. HEX triplet: 3F, EA and 05. RGB value is (63,234,5). Sum of RGB (Red+Green+Blue) = 63+234+5=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 234 (91.80% from 255 or 77.48% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA05 is #C015FA. Grayscale: #9D9D9D. Windows color (decimal): -12588539 or 387647. OLE color: 387647.
HSL color Cylindrical-coordinate representation of color #3FEA05: hue angle of 104.8º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FEA05 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.08 |
| HSL | 104.8º | 0.96% | 0.47% | - |
| HSV(B) | 104.8º | 0.98% | 0.92% | - |
| XYZ | 31.5 | 59.91 | 10.05 | - |
| YUV | 156.77 | 42.35 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 5 | 0.73 | 0 | 0.98 | 0.08 | 104.8 | 0.96 | 0.47 |
| Hex | 3F | EA | 5 | 49 | 0 | 62 | 8 | 69 | 60 | 2F |
| Octal | 77 | 352 | 5 | 111 | 0 | 142 | 10 | 151 | 140 | 57 |
| Binary | 111111 | 11101010 | 101 | 1001001 | 0 | 1100010 | 1000 | 1101001 | 1100000 | 101111 |
Color Harmonies of #3FEA05
Complementary color
Monochromatic Colors of #3FEA05
Black with #3FEA05
Text Example
Text Example
White with #3FEA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA05; }
p { color: rgb(63,234,5); }
H1.HeaderClassName
{
color: #3FEA05;
}
.AnyTagClassName
{
color: #3FEA05;
}
</style>
background-color css
<style>
a { background-color: #3FEA05; }
a { background-color: rgb(63,234,5); }
div.DivClassName
{
background-color: #3FEA05;
}
.BgClassName
{
background-color: #3FEA05;
}
</style>
border-color css
<style>
span { border-color: #3FEA05; }
span { border-color: rgb(63,234,5); }
td.TdClassName
{
border-color: #3FEA05;
}
.TagClassName
{
border-color: #3FEA05;
}
</style>