Shades of Harlequin #35E010
Tints of Harlequin #35E010
RGB
CMYK
RGB Variations
Color information
#35E010 (or 0x35E010) is known color: Harlequin. HEX triplet: 35, E0 and 10. RGB value is (53,224,16). Sum of RGB (Red+Green+Blue) = 53+224+16=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #35E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E010 is #CA1FEF. Grayscale: #959595. Windows color (decimal): -13246448 or 1105973. OLE color: 1105973.
HSL color Cylindrical-coordinate representation of color #35E010: hue angle of 109.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35E010 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 16 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.12 |
| HSL | 109.33º | 0.87% | 0.47% | - |
| HSV(B) | 109.33º | 0.93% | 0.88% | - |
| XYZ | 28.22 | 54.11 | 9.45 | - |
| YUV | 149.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 16 | 0.76 | 0 | 0.93 | 0.12 | 109.33 | 0.87 | 0.47 |
| Hex | 35 | E0 | 10 | 4C | 0 | 5D | C | 6D | 57 | 2F |
| Octal | 65 | 340 | 20 | 114 | 0 | 135 | 14 | 155 | 127 | 57 |
| Binary | 110101 | 11100000 | 10000 | 1001100 | 0 | 1011101 | 1100 | 1101101 | 1010111 | 101111 |
Color Harmonies of #35E010
Complementary color
Monochromatic Colors of #35E010
Black with #35E010
Text Example
Text Example
White with #35E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E010; }
p { color: rgb(53,224,16); }
H1.HeaderClassName
{
color: #35E010;
}
.AnyTagClassName
{
color: #35E010;
}
</style>
background-color css
<style>
a { background-color: #35E010; }
a { background-color: rgb(53,224,16); }
div.DivClassName
{
background-color: #35E010;
}
.BgClassName
{
background-color: #35E010;
}
</style>
border-color css
<style>
span { border-color: #35E010; }
span { border-color: rgb(53,224,16); }
td.TdClassName
{
border-color: #35E010;
}
.TagClassName
{
border-color: #35E010;
}
</style>