Shades of Harlequin #36FF2A
Tints of Harlequin #36FF2A
RGB
CMYK
RGB Variations
Color information
#36FF2A (or 0x36FF2A) is known color: Harlequin. HEX triplet: 36, FF and 2A. RGB value is (54,255,42). Sum of RGB (Red+Green+Blue) = 54+255+42=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF2A is #C900D5. Grayscale: #ABABAB. Windows color (decimal): -13172950 or 2817846. OLE color: 2817846.
HSL color Cylindrical-coordinate representation of color #36FF2A: hue angle of 116.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36FF2A is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 42 | - |
| CMYK | 0.79 | 0 | 0.84 | 0 |
| HSL | 116.62º | 1% | 0.58% | - |
| HSV(B) | 116.62º | 0.84% | 1% | - |
| XYZ | 37.7 | 72.47 | 14.19 | - |
| YUV | 170.62 | 55.41 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 42 | 0.79 | 0 | 0.84 | 0 | 116.62 | 1 | 0.58 |
| Hex | 36 | FF | 2A | 4F | 0 | 54 | 0 | 75 | 64 | 3A |
| Octal | 66 | 377 | 52 | 117 | 0 | 124 | 0 | 165 | 144 | 72 |
| Binary | 110110 | 11111111 | 101010 | 1001111 | 0 | 1010100 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #36FF2A
Complementary color
Monochromatic Colors of #36FF2A
Black with #36FF2A
Text Example
Text Example
White with #36FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF2A; }
p { color: rgb(54,255,42); }
H1.HeaderClassName
{
color: #36FF2A;
}
.AnyTagClassName
{
color: #36FF2A;
}
</style>
background-color css
<style>
a { background-color: #36FF2A; }
a { background-color: rgb(54,255,42); }
div.DivClassName
{
background-color: #36FF2A;
}
.BgClassName
{
background-color: #36FF2A;
}
</style>
border-color css
<style>
span { border-color: #36FF2A; }
span { border-color: rgb(54,255,42); }
td.TdClassName
{
border-color: #36FF2A;
}
.TagClassName
{
border-color: #36FF2A;
}
</style>