Shades of Harlequin #35E918
Tints of Harlequin #35E918
RGB
CMYK
RGB Variations
Color information
#35E918 (or 0x35E918) is known color: Harlequin. HEX triplet: 35, E9 and 18. RGB value is (53,233,24). Sum of RGB (Red+Green+Blue) = 53+233+24=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #35E918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E918 is #CA16E7. Grayscale: #9C9C9C. Windows color (decimal): -13244136 or 1632565. OLE color: 1632565.
HSL color Cylindrical-coordinate representation of color #35E918: hue angle of 111.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35E918 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 233 | 24 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.09 |
| HSL | 111.67º | 0.83% | 0.5% | - |
| HSV(B) | 111.67º | 0.9% | 0.91% | - |
| XYZ | 30.77 | 59.1 | 10.65 | - |
| YUV | 155.35 | 53.87 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 233 | 24 | 0.77 | 0 | 0.90 | 0.09 | 111.67 | 0.83 | 0.5 |
| Hex | 35 | E9 | 18 | 4D | 0 | 5A | 9 | 70 | 53 | 32 |
| Octal | 65 | 351 | 30 | 115 | 0 | 132 | 11 | 160 | 123 | 62 |
| Binary | 110101 | 11101001 | 11000 | 1001101 | 0 | 1011010 | 1001 | 1110000 | 1010011 | 110010 |
Color Harmonies of #35E918
Complementary color
Monochromatic Colors of #35E918
Black with #35E918
Text Example
Text Example
White with #35E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E918; }
p { color: rgb(53,233,24); }
H1.HeaderClassName
{
color: #35E918;
}
.AnyTagClassName
{
color: #35E918;
}
</style>
background-color css
<style>
a { background-color: #35E918; }
a { background-color: rgb(53,233,24); }
div.DivClassName
{
background-color: #35E918;
}
.BgClassName
{
background-color: #35E918;
}
</style>
border-color css
<style>
span { border-color: #35E918; }
span { border-color: rgb(53,233,24); }
td.TdClassName
{
border-color: #35E918;
}
.TagClassName
{
border-color: #35E918;
}
</style>