Shades of Harlequin #36F90F
Tints of Harlequin #36F90F
RGB
CMYK
RGB Variations
Color information
#36F90F (or 0x36F90F) is known color: Harlequin. HEX triplet: 36, F9 and 0F. RGB value is (54,249,15). Sum of RGB (Red+Green+Blue) = 54+249+15=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 249 (97.66% from 255 or 78.30% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 249 - color contains mainly: green. Hex color #36F90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F90F is #C906F0. Grayscale: #A4A4A4. Windows color (decimal): -13174513 or 1046838. OLE color: 1046838.
HSL color Cylindrical-coordinate representation of color #36F90F: hue angle of 110º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36F90F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 249 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.02 |
| HSL | 110º | 0.95% | 0.52% | - |
| HSV(B) | 110º | 0.94% | 0.98% | - |
| XYZ | 35.48 | 68.57 | 11.82 | - |
| YUV | 164.02 | 43.9 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 249 | 15 | 0.78 | 0 | 0.94 | 0.02 | 110 | 0.95 | 0.52 |
| Hex | 36 | F9 | F | 4E | 0 | 5E | 2 | 6E | 5F | 34 |
| Octal | 66 | 371 | 17 | 116 | 0 | 136 | 2 | 156 | 137 | 64 |
| Binary | 110110 | 11111001 | 1111 | 1001110 | 0 | 1011110 | 10 | 1101110 | 1011111 | 110100 |
Color Harmonies of #36F90F
Complementary color
Monochromatic Colors of #36F90F
Black with #36F90F
Text Example
Text Example
White with #36F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F90F; }
p { color: rgb(54,249,15); }
H1.HeaderClassName
{
color: #36F90F;
}
.AnyTagClassName
{
color: #36F90F;
}
</style>
background-color css
<style>
a { background-color: #36F90F; }
a { background-color: rgb(54,249,15); }
div.DivClassName
{
background-color: #36F90F;
}
.BgClassName
{
background-color: #36F90F;
}
</style>
border-color css
<style>
span { border-color: #36F90F; }
span { border-color: rgb(54,249,15); }
td.TdClassName
{
border-color: #36F90F;
}
.TagClassName
{
border-color: #36F90F;
}
</style>