Shades of Harlequin #35E819
Tints of Harlequin #35E819
RGB
CMYK
RGB Variations
Color information
#35E819 (or 0x35E819) is known color: Harlequin. HEX triplet: 35, E8 and 19. RGB value is (53,232,25). Sum of RGB (Red+Green+Blue) = 53+232+25=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #35E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E819 is #CA17E6. Grayscale: #9B9B9B. Windows color (decimal): -13244391 or 1697845. OLE color: 1697845.
HSL color Cylindrical-coordinate representation of color #35E819: hue angle of 111.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35E819 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 25 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.09 |
| HSL | 111.88º | 0.82% | 0.5% | - |
| HSV(B) | 111.88º | 0.89% | 0.91% | - |
| XYZ | 30.5 | 58.54 | 10.61 | - |
| YUV | 154.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 25 | 0.77 | 0 | 0.89 | 0.09 | 111.88 | 0.82 | 0.5 |
| Hex | 35 | E8 | 19 | 4D | 0 | 59 | 9 | 70 | 52 | 32 |
| Octal | 65 | 350 | 31 | 115 | 0 | 131 | 11 | 160 | 122 | 62 |
| Binary | 110101 | 11101000 | 11001 | 1001101 | 0 | 1011001 | 1001 | 1110000 | 1010010 | 110010 |
Color Harmonies of #35E819
Complementary color
Monochromatic Colors of #35E819
Black with #35E819
Text Example
Text Example
White with #35E819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E819; }
p { color: rgb(53,232,25); }
H1.HeaderClassName
{
color: #35E819;
}
.AnyTagClassName
{
color: #35E819;
}
</style>
background-color css
<style>
a { background-color: #35E819; }
a { background-color: rgb(53,232,25); }
div.DivClassName
{
background-color: #35E819;
}
.BgClassName
{
background-color: #35E819;
}
</style>
border-color css
<style>
span { border-color: #35E819; }
span { border-color: rgb(53,232,25); }
td.TdClassName
{
border-color: #35E819;
}
.TagClassName
{
border-color: #35E819;
}
</style>