Shades of Harlequin #36FF25
Tints of Harlequin #36FF25
RGB
CMYK
RGB Variations
Color information
#36FF25 (or 0x36FF25) is known color: Harlequin. HEX triplet: 36, FF and 25. RGB value is (54,255,37). Sum of RGB (Red+Green+Blue) = 54+255+37=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF25 is #C900DA. Grayscale: #AAAAAA. Windows color (decimal): -13172955 or 2490166. OLE color: 2490166.
HSL color Cylindrical-coordinate representation of color #36FF25: hue angle of 115.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36FF25 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 37 | - |
| CMYK | 0.79 | 0 | 0.85 | 0 |
| HSL | 115.32º | 1% | 0.57% | - |
| HSV(B) | 115.32º | 0.85% | 1% | - |
| XYZ | 37.62 | 72.44 | 13.75 | - |
| YUV | 170.05 | 52.91 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 37 | 0.79 | 0 | 0.85 | 0 | 115.32 | 1 | 0.57 |
| Hex | 36 | FF | 25 | 4F | 0 | 55 | 0 | 73 | 64 | 39 |
| Octal | 66 | 377 | 45 | 117 | 0 | 125 | 0 | 163 | 144 | 71 |
| Binary | 110110 | 11111111 | 100101 | 1001111 | 0 | 1010101 | 0 | 1110011 | 1100100 | 111001 |
Color Harmonies of #36FF25
Complementary color
Monochromatic Colors of #36FF25
Black with #36FF25
Text Example
Text Example
White with #36FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF25; }
p { color: rgb(54,255,37); }
H1.HeaderClassName
{
color: #36FF25;
}
.AnyTagClassName
{
color: #36FF25;
}
</style>
background-color css
<style>
a { background-color: #36FF25; }
a { background-color: rgb(54,255,37); }
div.DivClassName
{
background-color: #36FF25;
}
.BgClassName
{
background-color: #36FF25;
}
</style>
border-color css
<style>
span { border-color: #36FF25; }
span { border-color: rgb(54,255,37); }
td.TdClassName
{
border-color: #36FF25;
}
.TagClassName
{
border-color: #36FF25;
}
</style>