Shades of Harlequin #36EE0F
Tints of Harlequin #36EE0F
RGB
CMYK
RGB Variations
Color information
#36EE0F (or 0x36EE0F) is known color: Harlequin. HEX triplet: 36, EE and 0F. RGB value is (54,238,15). Sum of RGB (Red+Green+Blue) = 54+238+15=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 238 (93.36% from 255 or 77.52% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EE0F is #C911F0. Grayscale: #9E9E9E. Windows color (decimal): -13177329 or 1044022. OLE color: 1044022.
HSL color Cylindrical-coordinate representation of color #36EE0F: hue angle of 109.51º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36EE0F is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 15 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.07 |
| HSL | 109.51º | 0.88% | 0.5% | - |
| HSV(B) | 109.51º | 0.94% | 0.93% | - |
| XYZ | 32.18 | 61.97 | 10.72 | - |
| YUV | 157.56 | 47.54 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 15 | 0.77 | 0 | 0.94 | 0.07 | 109.51 | 0.88 | 0.5 |
| Hex | 36 | EE | F | 4D | 0 | 5E | 7 | 6E | 58 | 32 |
| Octal | 66 | 356 | 17 | 115 | 0 | 136 | 7 | 156 | 130 | 62 |
| Binary | 110110 | 11101110 | 1111 | 1001101 | 0 | 1011110 | 111 | 1101110 | 1011000 | 110010 |
Color Harmonies of #36EE0F
Complementary color
Monochromatic Colors of #36EE0F
Black with #36EE0F
Text Example
Text Example
White with #36EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EE0F; }
p { color: rgb(54,238,15); }
H1.HeaderClassName
{
color: #36EE0F;
}
.AnyTagClassName
{
color: #36EE0F;
}
</style>
background-color css
<style>
a { background-color: #36EE0F; }
a { background-color: rgb(54,238,15); }
div.DivClassName
{
background-color: #36EE0F;
}
.BgClassName
{
background-color: #36EE0F;
}
</style>
border-color css
<style>
span { border-color: #36EE0F; }
span { border-color: rgb(54,238,15); }
td.TdClassName
{
border-color: #36EE0F;
}
.TagClassName
{
border-color: #36EE0F;
}
</style>