Shades of Harlequin #35E90C
Tints of Harlequin #35E90C
RGB
CMYK
RGB Variations
Color information
#35E90C (or 0x35E90C) is known color: Harlequin. HEX triplet: 35, E9 and 0C. RGB value is (53,233,12). Sum of RGB (Red+Green+Blue) = 53+233+12=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 233 (91.41% from 255 or 78.19% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 233 - color contains mainly: green. Hex color #35E90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E90C is #CA16F3. Grayscale: #9A9A9A. Windows color (decimal): -13244148 or 846133. OLE color: 846133.
HSL color Cylindrical-coordinate representation of color #35E90C: hue angle of 108.87º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35E90C is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 233 | 12 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.09 |
| HSL | 108.87º | 0.9% | 0.48% | - |
| HSV(B) | 108.87º | 0.95% | 0.91% | - |
| XYZ | 30.67 | 59.06 | 10.13 | - |
| YUV | 153.99 | 47.87 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 233 | 12 | 0.77 | 0 | 0.95 | 0.09 | 108.87 | 0.9 | 0.48 |
| Hex | 35 | E9 | C | 4D | 0 | 5F | 9 | 6D | 5A | 30 |
| Octal | 65 | 351 | 14 | 115 | 0 | 137 | 11 | 155 | 132 | 60 |
| Binary | 110101 | 11101001 | 1100 | 1001101 | 0 | 1011111 | 1001 | 1101101 | 1011010 | 110000 |
Color Harmonies of #35E90C
Complementary color
Monochromatic Colors of #35E90C
Black with #35E90C
Text Example
Text Example
White with #35E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E90C; }
p { color: rgb(53,233,12); }
H1.HeaderClassName
{
color: #35E90C;
}
.AnyTagClassName
{
color: #35E90C;
}
</style>
background-color css
<style>
a { background-color: #35E90C; }
a { background-color: rgb(53,233,12); }
div.DivClassName
{
background-color: #35E90C;
}
.BgClassName
{
background-color: #35E90C;
}
</style>
border-color css
<style>
span { border-color: #35E90C; }
span { border-color: rgb(53,233,12); }
td.TdClassName
{
border-color: #35E90C;
}
.TagClassName
{
border-color: #35E90C;
}
</style>