Shades of Harlequin #3FEA08
Tints of Harlequin #3FEA08
RGB
CMYK
RGB Variations
Color information
#3FEA08 (or 0x3FEA08) is known color: Harlequin. HEX triplet: 3F, EA and 08. RGB value is (63,234,8). Sum of RGB (Red+Green+Blue) = 63+234+8=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA08 is #C015F7. Grayscale: #9D9D9D. Windows color (decimal): -12588536 or 584255. OLE color: 584255.
HSL color Cylindrical-coordinate representation of color #3FEA08: hue angle of 105.4º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FEA08 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 8 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.08 |
| HSL | 105.4º | 0.93% | 0.47% | - |
| HSV(B) | 105.4º | 0.97% | 0.92% | - |
| XYZ | 31.52 | 59.92 | 10.13 | - |
| YUV | 157.11 | 43.85 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 8 | 0.73 | 0 | 0.97 | 0.08 | 105.4 | 0.93 | 0.47 |
| Hex | 3F | EA | 8 | 49 | 0 | 61 | 8 | 69 | 5D | 2F |
| Octal | 77 | 352 | 10 | 111 | 0 | 141 | 10 | 151 | 135 | 57 |
| Binary | 111111 | 11101010 | 1000 | 1001001 | 0 | 1100001 | 1000 | 1101001 | 1011101 | 101111 |
Color Harmonies of #3FEA08
Complementary color
Monochromatic Colors of #3FEA08
Black with #3FEA08
Text Example
Text Example
White with #3FEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA08; }
p { color: rgb(63,234,8); }
H1.HeaderClassName
{
color: #3FEA08;
}
.AnyTagClassName
{
color: #3FEA08;
}
</style>
background-color css
<style>
a { background-color: #3FEA08; }
a { background-color: rgb(63,234,8); }
div.DivClassName
{
background-color: #3FEA08;
}
.BgClassName
{
background-color: #3FEA08;
}
</style>
border-color css
<style>
span { border-color: #3FEA08; }
span { border-color: rgb(63,234,8); }
td.TdClassName
{
border-color: #3FEA08;
}
.TagClassName
{
border-color: #3FEA08;
}
</style>