Shades of Harlequin #36D802
Tints of Harlequin #36D802
RGB
CMYK
RGB Variations
Color information
#36D802 (or 0x36D802) is known color: Harlequin. HEX triplet: 36, D8 and 02. RGB value is (54,216,2). Sum of RGB (Red+Green+Blue) = 54+216+2=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #36D802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D802 is #C927FD. Grayscale: #8F8F8F. Windows color (decimal): -13182974 or 186422. OLE color: 186422.
HSL color Cylindrical-coordinate representation of color #36D802: hue angle of 105.42º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36D802 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.15 |
| HSL | 105.42º | 0.98% | 0.43% | - |
| HSV(B) | 105.42º | 0.99% | 0.85% | - |
| XYZ | 26.09 | 49.9 | 8.31 | - |
| YUV | 143.17 | 48.33 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 2 | 0.75 | 0 | 0.99 | 0.15 | 105.42 | 0.98 | 0.43 |
| Hex | 36 | D8 | 2 | 4B | 0 | 63 | F | 69 | 62 | 2B |
| Octal | 66 | 330 | 2 | 113 | 0 | 143 | 17 | 151 | 142 | 53 |
| Binary | 110110 | 11011000 | 10 | 1001011 | 0 | 1100011 | 1111 | 1101001 | 1100010 | 101011 |
Color Harmonies of #36D802
Complementary color
Monochromatic Colors of #36D802
Black with #36D802
Text Example
Text Example
White with #36D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D802; }
p { color: rgb(54,216,2); }
H1.HeaderClassName
{
color: #36D802;
}
.AnyTagClassName
{
color: #36D802;
}
</style>
background-color css
<style>
a { background-color: #36D802; }
a { background-color: rgb(54,216,2); }
div.DivClassName
{
background-color: #36D802;
}
.BgClassName
{
background-color: #36D802;
}
</style>
border-color css
<style>
span { border-color: #36D802; }
span { border-color: rgb(54,216,2); }
td.TdClassName
{
border-color: #36D802;
}
.TagClassName
{
border-color: #36D802;
}
</style>