Shades of Harlequin #36D905
Tints of Harlequin #36D905
RGB
CMYK
RGB Variations
Color information
#36D905 (or 0x36D905) is known color: Harlequin. HEX triplet: 36, D9 and 05. RGB value is (54,217,5). Sum of RGB (Red+Green+Blue) = 54+217+5=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #36D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D905 is #C926FA. Grayscale: #909090. Windows color (decimal): -13182715 or 383286. OLE color: 383286.
HSL color Cylindrical-coordinate representation of color #36D905: hue angle of 106.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36D905 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.15 |
| HSL | 106.13º | 0.95% | 0.44% | - |
| HSV(B) | 106.13º | 0.98% | 0.85% | - |
| XYZ | 26.36 | 50.42 | 8.49 | - |
| YUV | 144.1 | 49.5 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 5 | 0.75 | 0 | 0.98 | 0.15 | 106.13 | 0.95 | 0.44 |
| Hex | 36 | D9 | 5 | 4B | 0 | 62 | F | 6A | 5F | 2C |
| Octal | 66 | 331 | 5 | 113 | 0 | 142 | 17 | 152 | 137 | 54 |
| Binary | 110110 | 11011001 | 101 | 1001011 | 0 | 1100010 | 1111 | 1101010 | 1011111 | 101100 |
Color Harmonies of #36D905
Complementary color
Monochromatic Colors of #36D905
Black with #36D905
Text Example
Text Example
White with #36D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D905; }
p { color: rgb(54,217,5); }
H1.HeaderClassName
{
color: #36D905;
}
.AnyTagClassName
{
color: #36D905;
}
</style>
background-color css
<style>
a { background-color: #36D905; }
a { background-color: rgb(54,217,5); }
div.DivClassName
{
background-color: #36D905;
}
.BgClassName
{
background-color: #36D905;
}
</style>
border-color css
<style>
span { border-color: #36D905; }
span { border-color: rgb(54,217,5); }
td.TdClassName
{
border-color: #36D905;
}
.TagClassName
{
border-color: #36D905;
}
</style>