Shades of Harlequin #35E202
Tints of Harlequin #35E202
RGB
CMYK
RGB Variations
Color information
#35E202 (or 0x35E202) is known color: Harlequin. HEX triplet: 35, E2 and 02. RGB value is (53,226,2). Sum of RGB (Red+Green+Blue) = 53+226+2=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 226 (88.67% from 255 or 80.43% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 226 - color contains mainly: green. Hex color #35E202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E202 is #CA1DFD. Grayscale: #959595. Windows color (decimal): -13245950 or 188981. OLE color: 188981.
HSL color Cylindrical-coordinate representation of color #35E202: hue angle of 106.34º degrees, saturation: 0.98, 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 #35E202 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.11 |
| HSL | 106.34º | 0.98% | 0.45% | - |
| HSV(B) | 106.34º | 0.99% | 0.89% | - |
| XYZ | 28.68 | 55.15 | 9.19 | - |
| YUV | 148.74 | 45.19 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 2 | 0.77 | 0 | 0.99 | 0.11 | 106.34 | 0.98 | 0.45 |
| Hex | 35 | E2 | 2 | 4D | 0 | 63 | B | 6A | 62 | 2D |
| Octal | 65 | 342 | 2 | 115 | 0 | 143 | 13 | 152 | 142 | 55 |
| Binary | 110101 | 11100010 | 10 | 1001101 | 0 | 1100011 | 1011 | 1101010 | 1100010 | 101101 |
Color Harmonies of #35E202
Complementary color
Monochromatic Colors of #35E202
Black with #35E202
Text Example
Text Example
White with #35E202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E202; }
p { color: rgb(53,226,2); }
H1.HeaderClassName
{
color: #35E202;
}
.AnyTagClassName
{
color: #35E202;
}
</style>
background-color css
<style>
a { background-color: #35E202; }
a { background-color: rgb(53,226,2); }
div.DivClassName
{
background-color: #35E202;
}
.BgClassName
{
background-color: #35E202;
}
</style>
border-color css
<style>
span { border-color: #35E202; }
span { border-color: rgb(53,226,2); }
td.TdClassName
{
border-color: #35E202;
}
.TagClassName
{
border-color: #35E202;
}
</style>