Shades of Harlequin #36F705
Tints of Harlequin #36F705
RGB
CMYK
RGB Variations
Color information
#36F705 (or 0x36F705) is known color: Harlequin. HEX triplet: 36, F7 and 05. RGB value is (54,247,5). Sum of RGB (Red+Green+Blue) = 54+247+5=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 247 (96.88% from 255 or 80.72% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 247 - color contains mainly: green. Hex color #36F705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F705 is #C908FA. Grayscale: #A2A2A2. Windows color (decimal): -13175035 or 390966. OLE color: 390966.
HSL color Cylindrical-coordinate representation of color #36F705: hue angle of 107.85º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36F705 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.03 |
| HSL | 107.85º | 0.96% | 0.49% | - |
| HSV(B) | 107.85º | 0.98% | 0.97% | - |
| XYZ | 34.81 | 67.32 | 11.3 | - |
| YUV | 161.71 | 39.56 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 5 | 0.78 | 0 | 0.98 | 0.03 | 107.85 | 0.96 | 0.49 |
| Hex | 36 | F7 | 5 | 4E | 0 | 62 | 3 | 6C | 60 | 31 |
| Octal | 66 | 367 | 5 | 116 | 0 | 142 | 3 | 154 | 140 | 61 |
| Binary | 110110 | 11110111 | 101 | 1001110 | 0 | 1100010 | 11 | 1101100 | 1100000 | 110001 |
Color Harmonies of #36F705
Complementary color
Monochromatic Colors of #36F705
Black with #36F705
Text Example
Text Example
White with #36F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F705; }
p { color: rgb(54,247,5); }
H1.HeaderClassName
{
color: #36F705;
}
.AnyTagClassName
{
color: #36F705;
}
</style>
background-color css
<style>
a { background-color: #36F705; }
a { background-color: rgb(54,247,5); }
div.DivClassName
{
background-color: #36F705;
}
.BgClassName
{
background-color: #36F705;
}
</style>
border-color css
<style>
span { border-color: #36F705; }
span { border-color: rgb(54,247,5); }
td.TdClassName
{
border-color: #36F705;
}
.TagClassName
{
border-color: #36F705;
}
</style>