Shades of Harlequin #36F122
Tints of Harlequin #36F122
RGB
CMYK
RGB Variations
Color information
#36F122 (or 0x36F122) is known color: Harlequin. HEX triplet: 36, F1 and 22. RGB value is (54,241,34). Sum of RGB (Red+Green+Blue) = 54+241+34=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #36F122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F122 is #C90EDD. Grayscale: #A2A2A2. Windows color (decimal): -13176542 or 2289974. OLE color: 2289974.
HSL color Cylindrical-coordinate representation of color #36F122: hue angle of 114.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36F122 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 241 | 34 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.05 |
| HSL | 114.2º | 0.88% | 0.54% | - |
| HSV(B) | 114.2º | 0.86% | 0.95% | - |
| XYZ | 33.27 | 63.81 | 12.08 | - |
| YUV | 161.49 | 56.05 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 241 | 34 | 0.78 | 0 | 0.86 | 0.05 | 114.2 | 0.88 | 0.54 |
| Hex | 36 | F1 | 22 | 4E | 0 | 56 | 5 | 72 | 58 | 36 |
| Octal | 66 | 361 | 42 | 116 | 0 | 126 | 5 | 162 | 130 | 66 |
| Binary | 110110 | 11110001 | 100010 | 1001110 | 0 | 1010110 | 101 | 1110010 | 1011000 | 110110 |
Color Harmonies of #36F122
Complementary color
Monochromatic Colors of #36F122
Black with #36F122
Text Example
Text Example
White with #36F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F122; }
p { color: rgb(54,241,34); }
H1.HeaderClassName
{
color: #36F122;
}
.AnyTagClassName
{
color: #36F122;
}
</style>
background-color css
<style>
a { background-color: #36F122; }
a { background-color: rgb(54,241,34); }
div.DivClassName
{
background-color: #36F122;
}
.BgClassName
{
background-color: #36F122;
}
</style>
border-color css
<style>
span { border-color: #36F122; }
span { border-color: rgb(54,241,34); }
td.TdClassName
{
border-color: #36F122;
}
.TagClassName
{
border-color: #36F122;
}
</style>