Shades of Harlequin #3AFE14
Tints of Harlequin #3AFE14
RGB
CMYK
RGB Variations
Color information
#3AFE14 (or 0x3AFE14) is known color: Harlequin. HEX triplet: 3A, FE and 14. RGB value is (58,254,20). Sum of RGB (Red+Green+Blue) = 58+254+20=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE14 is #C501EB. Grayscale: #A9A9A9. Windows color (decimal): -12911084 or 1375802. OLE color: 1375802.
HSL color Cylindrical-coordinate representation of color #3AFE14: hue angle of 110.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AFE14 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.00 |
| HSL | 110.26º | 0.99% | 0.54% | - |
| HSV(B) | 110.26º | 0.92% | 1% | - |
| XYZ | 37.31 | 71.83 | 12.56 | - |
| YUV | 168.72 | 44.07 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 20 | 0.77 | 0 | 0.92 | 0.00 | 110.26 | 0.99 | 0.54 |
| Hex | 3A | FE | 14 | 4D | 0 | 5C | 0 | 6E | 63 | 36 |
| Octal | 72 | 376 | 24 | 115 | 0 | 134 | 0 | 156 | 143 | 66 |
| Binary | 111010 | 11111110 | 10100 | 1001101 | 0 | 1011100 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3AFE14
Complementary color
Monochromatic Colors of #3AFE14
Black with #3AFE14
Text Example
Text Example
White with #3AFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE14; }
p { color: rgb(58,254,20); }
H1.HeaderClassName
{
color: #3AFE14;
}
.AnyTagClassName
{
color: #3AFE14;
}
</style>
background-color css
<style>
a { background-color: #3AFE14; }
a { background-color: rgb(58,254,20); }
div.DivClassName
{
background-color: #3AFE14;
}
.BgClassName
{
background-color: #3AFE14;
}
</style>
border-color css
<style>
span { border-color: #3AFE14; }
span { border-color: rgb(58,254,20); }
td.TdClassName
{
border-color: #3AFE14;
}
.TagClassName
{
border-color: #3AFE14;
}
</style>