Shades of Harlequin #3AF114
Tints of Harlequin #3AF114
RGB
CMYK
RGB Variations
Color information
#3AF114 (or 0x3AF114) is known color: Harlequin. HEX triplet: 3A, F1 and 14. RGB value is (58,241,20). Sum of RGB (Red+Green+Blue) = 58+241+20=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF114 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF114 is #C50EEB. Grayscale: #A1A1A1. Windows color (decimal): -12914412 or 1372474. OLE color: 1372474.
HSL color Cylindrical-coordinate representation of color #3AF114: hue angle of 109.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AF114 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 20 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.05 |
| HSL | 109.68º | 0.89% | 0.51% | - |
| HSV(B) | 109.68º | 0.92% | 0.95% | - |
| XYZ | 33.33 | 63.86 | 11.23 | - |
| YUV | 161.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 20 | 0.76 | 0 | 0.92 | 0.05 | 109.68 | 0.89 | 0.51 |
| Hex | 3A | F1 | 14 | 4C | 0 | 5C | 5 | 6E | 59 | 33 |
| Octal | 72 | 361 | 24 | 114 | 0 | 134 | 5 | 156 | 131 | 63 |
| Binary | 111010 | 11110001 | 10100 | 1001100 | 0 | 1011100 | 101 | 1101110 | 1011001 | 110011 |
Color Harmonies of #3AF114
Complementary color
Monochromatic Colors of #3AF114
Black with #3AF114
Text Example
Text Example
White with #3AF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF114; }
p { color: rgb(58,241,20); }
H1.HeaderClassName
{
color: #3AF114;
}
.AnyTagClassName
{
color: #3AF114;
}
</style>
background-color css
<style>
a { background-color: #3AF114; }
a { background-color: rgb(58,241,20); }
div.DivClassName
{
background-color: #3AF114;
}
.BgClassName
{
background-color: #3AF114;
}
</style>
border-color css
<style>
span { border-color: #3AF114; }
span { border-color: rgb(58,241,20); }
td.TdClassName
{
border-color: #3AF114;
}
.TagClassName
{
border-color: #3AF114;
}
</style>