Shades of Harlequin #35F115
Tints of Harlequin #35F115
RGB
CMYK
RGB Variations
Color information
#35F115 (or 0x35F115) is known color: Harlequin. HEX triplet: 35, F1 and 15. RGB value is (53,241,21). Sum of RGB (Red+Green+Blue) = 53+241+21=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #35F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F115 is #CA0EEA. Grayscale: #A0A0A0. Windows color (decimal): -13242091 or 1438005. OLE color: 1438005.
HSL color Cylindrical-coordinate representation of color #35F115: hue angle of 111.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35F115 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 241 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.05 |
| HSL | 111.27º | 0.89% | 0.51% | - |
| HSV(B) | 111.27º | 0.91% | 0.95% | - |
| XYZ | 33.06 | 63.72 | 11.27 | - |
| YUV | 159.71 | 49.72 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 241 | 21 | 0.78 | 0 | 0.91 | 0.05 | 111.27 | 0.89 | 0.51 |
| Hex | 35 | F1 | 15 | 4E | 0 | 5B | 5 | 6F | 59 | 33 |
| Octal | 65 | 361 | 25 | 116 | 0 | 133 | 5 | 157 | 131 | 63 |
| Binary | 110101 | 11110001 | 10101 | 1001110 | 0 | 1011011 | 101 | 1101111 | 1011001 | 110011 |
Color Harmonies of #35F115
Complementary color
Monochromatic Colors of #35F115
Black with #35F115
Text Example
Text Example
White with #35F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F115; }
p { color: rgb(53,241,21); }
H1.HeaderClassName
{
color: #35F115;
}
.AnyTagClassName
{
color: #35F115;
}
</style>
background-color css
<style>
a { background-color: #35F115; }
a { background-color: rgb(53,241,21); }
div.DivClassName
{
background-color: #35F115;
}
.BgClassName
{
background-color: #35F115;
}
</style>
border-color css
<style>
span { border-color: #35F115; }
span { border-color: rgb(53,241,21); }
td.TdClassName
{
border-color: #35F115;
}
.TagClassName
{
border-color: #35F115;
}
</style>