Shades of Harlequin #35E617
Tints of Harlequin #35E617
RGB
CMYK
RGB Variations
Color information
#35E617 (or 0x35E617) is known color: Harlequin. HEX triplet: 35, E6 and 17. RGB value is (53,230,23). Sum of RGB (Red+Green+Blue) = 53+230+23=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #35E617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E617 is #CA19E8. Grayscale: #9A9A9A. Windows color (decimal): -13244905 or 1566261. OLE color: 1566261.
HSL color Cylindrical-coordinate representation of color #35E617: hue angle of 111.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35E617 is Cyan = 0.77, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 23 | - |
| CMYK | 0.77 | 0 | 0.9 | 0.10 |
| HSL | 111.3º | 0.82% | 0.5% | - |
| HSV(B) | 111.3º | 0.9% | 0.9% | - |
| XYZ | 29.92 | 57.41 | 10.32 | - |
| YUV | 153.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 23 | 0.77 | 0 | 0.9 | 0.10 | 111.3 | 0.82 | 0.5 |
| Hex | 35 | E6 | 17 | 4D | 0 | 5A | A | 6F | 52 | 32 |
| Octal | 65 | 346 | 27 | 115 | 0 | 132 | 12 | 157 | 122 | 62 |
| Binary | 110101 | 11100110 | 10111 | 1001101 | 0 | 1011010 | 1010 | 1101111 | 1010010 | 110010 |
Color Harmonies of #35E617
Complementary color
Monochromatic Colors of #35E617
Black with #35E617
Text Example
Text Example
White with #35E617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E617; }
p { color: rgb(53,230,23); }
H1.HeaderClassName
{
color: #35E617;
}
.AnyTagClassName
{
color: #35E617;
}
</style>
background-color css
<style>
a { background-color: #35E617; }
a { background-color: rgb(53,230,23); }
div.DivClassName
{
background-color: #35E617;
}
.BgClassName
{
background-color: #35E617;
}
</style>
border-color css
<style>
span { border-color: #35E617; }
span { border-color: rgb(53,230,23); }
td.TdClassName
{
border-color: #35E617;
}
.TagClassName
{
border-color: #35E617;
}
</style>