Shades of Harlequin #35E203
Tints of Harlequin #35E203
RGB
CMYK
RGB Variations
Color information
#35E203 (or 0x35E203) is known color: Harlequin. HEX triplet: 35, E2 and 03. RGB value is (53,226,3). Sum of RGB (Red+Green+Blue) = 53+226+3=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 226 (88.67% from 255 or 80.14% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 226 - color contains mainly: green. Hex color #35E203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E203 is #CA1DFC. Grayscale: #959595. Windows color (decimal): -13245949 or 254517. OLE color: 254517.
HSL color Cylindrical-coordinate representation of color #35E203: hue angle of 106.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35E203 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.11 |
| HSL | 106.55º | 0.97% | 0.45% | - |
| HSV(B) | 106.55º | 0.99% | 0.89% | - |
| XYZ | 28.68 | 55.16 | 9.22 | - |
| YUV | 148.85 | 45.69 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 3 | 0.77 | 0 | 0.99 | 0.11 | 106.55 | 0.97 | 0.45 |
| Hex | 35 | E2 | 3 | 4D | 0 | 63 | B | 6B | 61 | 2D |
| Octal | 65 | 342 | 3 | 115 | 0 | 143 | 13 | 153 | 141 | 55 |
| Binary | 110101 | 11100010 | 11 | 1001101 | 0 | 1100011 | 1011 | 1101011 | 1100001 | 101101 |
Color Harmonies of #35E203
Complementary color
Monochromatic Colors of #35E203
Black with #35E203
Text Example
Text Example
White with #35E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E203; }
p { color: rgb(53,226,3); }
H1.HeaderClassName
{
color: #35E203;
}
.AnyTagClassName
{
color: #35E203;
}
</style>
background-color css
<style>
a { background-color: #35E203; }
a { background-color: rgb(53,226,3); }
div.DivClassName
{
background-color: #35E203;
}
.BgClassName
{
background-color: #35E203;
}
</style>
border-color css
<style>
span { border-color: #35E203; }
span { border-color: rgb(53,226,3); }
td.TdClassName
{
border-color: #35E203;
}
.TagClassName
{
border-color: #35E203;
}
</style>