Shades of Harlequin #46F117
Tints of Harlequin #46F117
RGB
CMYK
RGB Variations
Color information
#46F117 (or 0x46F117) is known color: Harlequin. HEX triplet: 46, F1 and 17. RGB value is (70,241,23). Sum of RGB (Red+Green+Blue) = 70+241+23=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #46F117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F117 is #B90EE8. Grayscale: #A5A5A5. Windows color (decimal): -12127977 or 1569094. OLE color: 1569094.
HSL color Cylindrical-coordinate representation of color #46F117: hue angle of 107.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46F117 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 241 | 23 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.05 |
| HSL | 107.06º | 0.89% | 0.52% | - |
| HSV(B) | 107.06º | 0.9% | 0.95% | - |
| XYZ | 34.14 | 64.27 | 11.42 | - |
| YUV | 165.02 | 47.85 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 241 | 23 | 0.71 | 0 | 0.90 | 0.05 | 107.06 | 0.89 | 0.52 |
| Hex | 46 | F1 | 17 | 47 | 0 | 5A | 5 | 6B | 59 | 34 |
| Octal | 106 | 361 | 27 | 107 | 0 | 132 | 5 | 153 | 131 | 64 |
| Binary | 1000110 | 11110001 | 10111 | 1000111 | 0 | 1011010 | 101 | 1101011 | 1011001 | 110100 |
Color Harmonies of #46F117
Complementary color
Monochromatic Colors of #46F117
Black with #46F117
Text Example
Text Example
White with #46F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F117; }
p { color: rgb(70,241,23); }
H1.HeaderClassName
{
color: #46F117;
}
.AnyTagClassName
{
color: #46F117;
}
</style>
background-color css
<style>
a { background-color: #46F117; }
a { background-color: rgb(70,241,23); }
div.DivClassName
{
background-color: #46F117;
}
.BgClassName
{
background-color: #46F117;
}
</style>
border-color css
<style>
span { border-color: #46F117; }
span { border-color: rgb(70,241,23); }
td.TdClassName
{
border-color: #46F117;
}
.TagClassName
{
border-color: #46F117;
}
</style>