Shades of Malachite #24CC55
Tints of Malachite #24CC55
RGB
CMYK
RGB Variations
Color information
#24CC55 (or 0x24CC55) is known color: Malachite. HEX triplet: 24, CC and 55. RGB value is (36,204,85). Sum of RGB (Red+Green+Blue) = 36+204+85=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24CC55 is #DB33AA. Grayscale: #8C8C8C. Windows color (decimal): -14365611 or 5622820. OLE color: 5622820.
HSL color Cylindrical-coordinate representation of color #24CC55: hue angle of 137.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CC55 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 85 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.2 |
| HSL | 137.5º | 0.7% | 0.47% | - |
| HSV(B) | 137.5º | 0.82% | 0.8% | - |
| XYZ | 23.96 | 44.22 | 15.87 | - |
| YUV | 140.2 | 96.84 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 85 | 0.82 | 0 | 0.58 | 0.2 | 137.5 | 0.7 | 0.47 |
| Hex | 24 | CC | 55 | 52 | 0 | 3A | 14 | 8A | 46 | 2F |
| Octal | 44 | 314 | 125 | 122 | 0 | 72 | 24 | 212 | 106 | 57 |
| Binary | 100100 | 11001100 | 1010101 | 1010010 | 0 | 111010 | 10100 | 10001010 | 1000110 | 101111 |
Color Harmonies of #24CC55
Complementary color
Monochromatic Colors of #24CC55
Black with #24CC55
Text Example
Text Example
White with #24CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC55; }
p { color: rgb(36,204,85); }
H1.HeaderClassName
{
color: #24CC55;
}
.AnyTagClassName
{
color: #24CC55;
}
</style>
background-color css
<style>
a { background-color: #24CC55; }
a { background-color: rgb(36,204,85); }
div.DivClassName
{
background-color: #24CC55;
}
.BgClassName
{
background-color: #24CC55;
}
</style>
border-color css
<style>
span { border-color: #24CC55; }
span { border-color: rgb(36,204,85); }
td.TdClassName
{
border-color: #24CC55;
}
.TagClassName
{
border-color: #24CC55;
}
</style>