Shades of Harlequin #35FF2B
Tints of Harlequin #35FF2B
RGB
CMYK
RGB Variations
Color information
#35FF2B (or 0x35FF2B) is known color: Harlequin. HEX triplet: 35, FF and 2B. RGB value is (53,255,43). Sum of RGB (Red+Green+Blue) = 53+255+43=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FF2B is #CA00D4. Grayscale: #ABABAB. Windows color (decimal): -13238485 or 2883381. OLE color: 2883381.
HSL color Cylindrical-coordinate representation of color #35FF2B: hue angle of 117.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35FF2B is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 43 | - |
| CMYK | 0.79 | 0 | 0.83 | 0 |
| HSL | 117.17º | 1% | 0.58% | - |
| HSV(B) | 117.17º | 0.83% | 1% | - |
| XYZ | 37.66 | 72.45 | 14.28 | - |
| YUV | 170.43 | 56.08 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 43 | 0.79 | 0 | 0.83 | 0 | 117.17 | 1 | 0.58 |
| Hex | 35 | FF | 2B | 4F | 0 | 53 | 0 | 75 | 64 | 3A |
| Octal | 65 | 377 | 53 | 117 | 0 | 123 | 0 | 165 | 144 | 72 |
| Binary | 110101 | 11111111 | 101011 | 1001111 | 0 | 1010011 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #35FF2B
Complementary color
Monochromatic Colors of #35FF2B
Black with #35FF2B
Text Example
Text Example
White with #35FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FF2B; }
p { color: rgb(53,255,43); }
H1.HeaderClassName
{
color: #35FF2B;
}
.AnyTagClassName
{
color: #35FF2B;
}
</style>
background-color css
<style>
a { background-color: #35FF2B; }
a { background-color: rgb(53,255,43); }
div.DivClassName
{
background-color: #35FF2B;
}
.BgClassName
{
background-color: #35FF2B;
}
</style>
border-color css
<style>
span { border-color: #35FF2B; }
span { border-color: rgb(53,255,43); }
td.TdClassName
{
border-color: #35FF2B;
}
.TagClassName
{
border-color: #35FF2B;
}
</style>