Shades of Harlequin #3FEE14
Tints of Harlequin #3FEE14
RGB
CMYK
RGB Variations
Color information
#3FEE14 (or 0x3FEE14) is known color: Harlequin. HEX triplet: 3F, EE and 14. RGB value is (63,238,20). Sum of RGB (Red+Green+Blue) = 63+238+20=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE14 is #C011EB. Grayscale: #A1A1A1. Windows color (decimal): -12587500 or 1371711. OLE color: 1371711.
HSL color Cylindrical-coordinate representation of color #3FEE14: hue angle of 108.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FEE14 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
RGB | 63 | 238 | 20 | - |
CMYK | 0.74 | 0 | 0.92 | 0.07 |
HSL | 108.17º | 0.87% | 0.51% | - |
HSV(B) | 108.17º | 0.92% | 0.93% | - |
XYZ | 32.75 | 62.26 | 10.95 | - |
YUV | 160.82 | 48.52 | 58.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 238 | 20 | 0.74 | 0 | 0.92 | 0.07 | 108.17 | 0.87 | 0.51 |
Hex | 3F | EE | 14 | 4A | 0 | 5C | 7 | 6C | 57 | 33 |
Octal | 77 | 356 | 24 | 112 | 0 | 134 | 7 | 154 | 127 | 63 |
Binary | 111111 | 11101110 | 10100 | 1001010 | 0 | 1011100 | 111 | 1101100 | 1010111 | 110011 |
Color Harmonies of #3FEE14
Complementary color
Monochromatic Colors of #3FEE14
Black with #3FEE14
Text Example
Text Example
White with #3FEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE14; }
p { color: rgb(63,238,20); }
H1.HeaderClassName
{
color: #3FEE14;
}
.AnyTagClassName
{
color: #3FEE14;
}
</style>
background-color css
<style>
a { background-color: #3FEE14; }
a { background-color: rgb(63,238,20); }
div.DivClassName
{
background-color: #3FEE14;
}
.BgClassName
{
background-color: #3FEE14;
}
</style>
border-color css
<style>
span { border-color: #3FEE14; }
span { border-color: rgb(63,238,20); }
td.TdClassName
{
border-color: #3FEE14;
}
.TagClassName
{
border-color: #3FEE14;
}
</style>