Shades of Harlequin #35E616
Tints of Harlequin #35E616
RGB
CMYK
RGB Variations
Color information
#35E616 (or 0x35E616) is known color: Harlequin. HEX triplet: 35, E6 and 16. RGB value is (53,230,22). Sum of RGB (Red+Green+Blue) = 53+230+22=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 230 (90.23% from 255 or 75.41% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 230 - color contains mainly: green. Hex color #35E616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E616 is #CA19E9. Grayscale: #9A9A9A. Windows color (decimal): -13244906 or 1500725. OLE color: 1500725.
HSL color Cylindrical-coordinate representation of color #35E616: hue angle of 111.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35E616 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 22 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.10 |
| HSL | 111.06º | 0.83% | 0.49% | - |
| HSV(B) | 111.06º | 0.9% | 0.9% | - |
| XYZ | 29.91 | 57.41 | 10.26 | - |
| YUV | 153.37 | 53.86 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 22 | 0.77 | 0 | 0.90 | 0.10 | 111.06 | 0.83 | 0.49 |
| Hex | 35 | E6 | 16 | 4D | 0 | 5A | A | 6F | 53 | 31 |
| Octal | 65 | 346 | 26 | 115 | 0 | 132 | 12 | 157 | 123 | 61 |
| Binary | 110101 | 11100110 | 10110 | 1001101 | 0 | 1011010 | 1010 | 1101111 | 1010011 | 110001 |
Color Harmonies of #35E616
Complementary color
Monochromatic Colors of #35E616
Black with #35E616
Text Example
Text Example
White with #35E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E616; }
p { color: rgb(53,230,22); }
H1.HeaderClassName
{
color: #35E616;
}
.AnyTagClassName
{
color: #35E616;
}
</style>
background-color css
<style>
a { background-color: #35E616; }
a { background-color: rgb(53,230,22); }
div.DivClassName
{
background-color: #35E616;
}
.BgClassName
{
background-color: #35E616;
}
</style>
border-color css
<style>
span { border-color: #35E616; }
span { border-color: rgb(53,230,22); }
td.TdClassName
{
border-color: #35E616;
}
.TagClassName
{
border-color: #35E616;
}
</style>