Shades of Harlequin #35E002
Tints of Harlequin #35E002
RGB
CMYK
RGB Variations
Color information
#35E002 (or 0x35E002) is known color: Harlequin. HEX triplet: 35, E0 and 02. RGB value is (53,224,2). Sum of RGB (Red+Green+Blue) = 53+224+2=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #35E002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E002 is #CA1FFD. Grayscale: #949494. Windows color (decimal): -13246462 or 188469. OLE color: 188469.
HSL color Cylindrical-coordinate representation of color #35E002: hue angle of 106.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35E002 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.12 |
| HSL | 106.22º | 0.98% | 0.44% | - |
| HSV(B) | 106.22º | 0.99% | 0.88% | - |
| XYZ | 28.13 | 54.07 | 9.01 | - |
| YUV | 147.56 | 45.85 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 2 | 0.76 | 0 | 0.99 | 0.12 | 106.22 | 0.98 | 0.44 |
| Hex | 35 | E0 | 2 | 4C | 0 | 63 | C | 6A | 62 | 2C |
| Octal | 65 | 340 | 2 | 114 | 0 | 143 | 14 | 152 | 142 | 54 |
| Binary | 110101 | 11100000 | 10 | 1001100 | 0 | 1100011 | 1100 | 1101010 | 1100010 | 101100 |
Color Harmonies of #35E002
Complementary color
Monochromatic Colors of #35E002
Black with #35E002
Text Example
Text Example
White with #35E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E002; }
p { color: rgb(53,224,2); }
H1.HeaderClassName
{
color: #35E002;
}
.AnyTagClassName
{
color: #35E002;
}
</style>
background-color css
<style>
a { background-color: #35E002; }
a { background-color: rgb(53,224,2); }
div.DivClassName
{
background-color: #35E002;
}
.BgClassName
{
background-color: #35E002;
}
</style>
border-color css
<style>
span { border-color: #35E002; }
span { border-color: rgb(53,224,2); }
td.TdClassName
{
border-color: #35E002;
}
.TagClassName
{
border-color: #35E002;
}
</style>