Shades of Harlequin #36FE21
Tints of Harlequin #36FE21
RGB
CMYK
RGB Variations
Color information
#36FE21 (or 0x36FE21) is known color: Harlequin. HEX triplet: 36, FE and 21. RGB value is (54,254,33). Sum of RGB (Red+Green+Blue) = 54+254+33=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 254 (99.61% from 255 or 74.49% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE21 is #C901DE. Grayscale: #A9A9A9. Windows color (decimal): -13173215 or 2227766. OLE color: 2227766.
HSL color Cylindrical-coordinate representation of color #36FE21: hue angle of 114.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36FE21 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 33 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.00 |
| HSL | 114.3º | 0.99% | 0.56% | - |
| HSV(B) | 114.3º | 0.87% | 1% | - |
| XYZ | 37.24 | 71.78 | 13.33 | - |
| YUV | 169.01 | 51.24 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 33 | 0.79 | 0 | 0.87 | 0.00 | 114.3 | 0.99 | 0.56 |
| Hex | 36 | FE | 21 | 4F | 0 | 57 | 0 | 72 | 63 | 38 |
| Octal | 66 | 376 | 41 | 117 | 0 | 127 | 0 | 162 | 143 | 70 |
| Binary | 110110 | 11111110 | 100001 | 1001111 | 0 | 1010111 | 0 | 1110010 | 1100011 | 111000 |
Color Harmonies of #36FE21
Complementary color
Monochromatic Colors of #36FE21
Black with #36FE21
Text Example
Text Example
White with #36FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE21; }
p { color: rgb(54,254,33); }
H1.HeaderClassName
{
color: #36FE21;
}
.AnyTagClassName
{
color: #36FE21;
}
</style>
background-color css
<style>
a { background-color: #36FE21; }
a { background-color: rgb(54,254,33); }
div.DivClassName
{
background-color: #36FE21;
}
.BgClassName
{
background-color: #36FE21;
}
</style>
border-color css
<style>
span { border-color: #36FE21; }
span { border-color: rgb(54,254,33); }
td.TdClassName
{
border-color: #36FE21;
}
.TagClassName
{
border-color: #36FE21;
}
</style>