Shades of Harlequin #35E800
Tints of Harlequin #35E800
RGB
CMYK
RGB Variations
Color information
#35E800 (or 0x35E800) is known color: Harlequin. HEX triplet: 35, E8 and 00. RGB value is (53,232,0). Sum of RGB (Red+Green+Blue) = 53+232+0=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 232 (91.02% from 255 or 81.40% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 232 - color contains mainly: green. Hex color #35E800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E800 is #CA17FF. Grayscale: #989898. Windows color (decimal): -13244416 or 59445. OLE color: 59445.
HSL color Cylindrical-coordinate representation of color #35E800: hue angle of 106.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35E800 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.09 |
| HSL | 106.29º | 1% | 0.45% | - |
| HSV(B) | 106.29º | 1% | 0.91% | - |
| XYZ | 30.32 | 58.47 | 9.69 | - |
| YUV | 152.03 | 42.2 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 0 | 0.77 | 0 | 1 | 0.09 | 106.29 | 1 | 0.45 |
| Hex | 35 | E8 | 0 | 4D | 0 | 64 | 9 | 6A | 64 | 2D |
| Octal | 65 | 350 | 0 | 115 | 0 | 144 | 11 | 152 | 144 | 55 |
| Binary | 110101 | 11101000 | 0 | 1001101 | 0 | 1100100 | 1001 | 1101010 | 1100100 | 101101 |
Color Harmonies of #35E800
Complementary color
Monochromatic Colors of #35E800
Black with #35E800
Text Example
Text Example
White with #35E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E800; }
p { color: rgb(53,232,0); }
H1.HeaderClassName
{
color: #35E800;
}
.AnyTagClassName
{
color: #35E800;
}
</style>
background-color css
<style>
a { background-color: #35E800; }
a { background-color: rgb(53,232,0); }
div.DivClassName
{
background-color: #35E800;
}
.BgClassName
{
background-color: #35E800;
}
</style>
border-color css
<style>
span { border-color: #35E800; }
span { border-color: rgb(53,232,0); }
td.TdClassName
{
border-color: #35E800;
}
.TagClassName
{
border-color: #35E800;
}
</style>