Shades of Harlequin #36F81C
Tints of Harlequin #36F81C
RGB
CMYK
RGB Variations
Color information
#36F81C (or 0x36F81C) is known color: Harlequin. HEX triplet: 36, F8 and 1C. RGB value is (54,248,28). Sum of RGB (Red+Green+Blue) = 54+248+28=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #36F81C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F81C is #C907E3. Grayscale: #A5A5A5. Windows color (decimal): -13174756 or 1898550. OLE color: 1898550.
HSL color Cylindrical-coordinate representation of color #36F81C: hue angle of 112.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36F81C is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 248 | 28 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.03 |
| HSL | 112.91º | 0.94% | 0.54% | - |
| HSV(B) | 112.91º | 0.89% | 0.97% | - |
| XYZ | 35.3 | 68 | 12.36 | - |
| YUV | 164.91 | 50.73 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 248 | 28 | 0.78 | 0 | 0.89 | 0.03 | 112.91 | 0.94 | 0.54 |
| Hex | 36 | F8 | 1C | 4E | 0 | 59 | 3 | 71 | 5E | 36 |
| Octal | 66 | 370 | 34 | 116 | 0 | 131 | 3 | 161 | 136 | 66 |
| Binary | 110110 | 11111000 | 11100 | 1001110 | 0 | 1011001 | 11 | 1110001 | 1011110 | 110110 |
Color Harmonies of #36F81C
Complementary color
Monochromatic Colors of #36F81C
Black with #36F81C
Text Example
Text Example
White with #36F81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F81C; }
p { color: rgb(54,248,28); }
H1.HeaderClassName
{
color: #36F81C;
}
.AnyTagClassName
{
color: #36F81C;
}
</style>
background-color css
<style>
a { background-color: #36F81C; }
a { background-color: rgb(54,248,28); }
div.DivClassName
{
background-color: #36F81C;
}
.BgClassName
{
background-color: #36F81C;
}
</style>
border-color css
<style>
span { border-color: #36F81C; }
span { border-color: rgb(54,248,28); }
td.TdClassName
{
border-color: #36F81C;
}
.TagClassName
{
border-color: #36F81C;
}
</style>