Shades of Malachite #36F255
Tints of Malachite #36F255
RGB
CMYK
RGB Variations
Color information
#36F255 (or 0x36F255) is known color: Malachite. HEX triplet: 36, F2 and 55. RGB value is (54,242,85). Sum of RGB (Red+Green+Blue) = 54+242+85=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #36F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F255 is #C90DAA. Grayscale: #A8A8A8. Windows color (decimal): -13176235 or 5632566. OLE color: 5632566.
HSL color Cylindrical-coordinate representation of color #36F255: hue angle of 129.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F255 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 85 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.05 |
| HSL | 129.89º | 0.88% | 0.58% | - |
| HSV(B) | 129.89º | 0.78% | 0.95% | - |
| XYZ | 34.91 | 64.94 | 19.29 | - |
| YUV | 167.89 | 81.22 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 85 | 0.78 | 0 | 0.65 | 0.05 | 129.89 | 0.88 | 0.58 |
| Hex | 36 | F2 | 55 | 4E | 0 | 41 | 5 | 82 | 58 | 3A |
| Octal | 66 | 362 | 125 | 116 | 0 | 101 | 5 | 202 | 130 | 72 |
| Binary | 110110 | 11110010 | 1010101 | 1001110 | 0 | 1000001 | 101 | 10000010 | 1011000 | 111010 |
Color Harmonies of #36F255
Complementary color
Monochromatic Colors of #36F255
Black with #36F255
Text Example
Text Example
White with #36F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F255; }
p { color: rgb(54,242,85); }
H1.HeaderClassName
{
color: #36F255;
}
.AnyTagClassName
{
color: #36F255;
}
</style>
background-color css
<style>
a { background-color: #36F255; }
a { background-color: rgb(54,242,85); }
div.DivClassName
{
background-color: #36F255;
}
.BgClassName
{
background-color: #36F255;
}
</style>
border-color css
<style>
span { border-color: #36F255; }
span { border-color: rgb(54,242,85); }
td.TdClassName
{
border-color: #36F255;
}
.TagClassName
{
border-color: #36F255;
}
</style>