Shades of Malachite #24F250
Tints of Malachite #24F250
RGB
CMYK
RGB Variations
Color information
#24F250 (or 0x24F250) is known color: Malachite. HEX triplet: 24, F2 and 50. RGB value is (36,242,80). Sum of RGB (Red+Green+Blue) = 36+242+80=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #24F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #24F250 is #DB0DAF. Grayscale: #A2A2A2. Windows color (decimal): -14355888 or 5304868. OLE color: 5304868.
HSL color Cylindrical-coordinate representation of color #24F250: hue angle of 132.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F250 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 80 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.05 |
| HSL | 132.82º | 0.89% | 0.55% | - |
| HSV(B) | 132.82º | 0.85% | 0.95% | - |
| XYZ | 33.93 | 64.46 | 18.24 | - |
| YUV | 161.94 | 81.75 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 80 | 0.85 | 0 | 0.67 | 0.05 | 132.82 | 0.89 | 0.55 |
| Hex | 24 | F2 | 50 | 55 | 0 | 43 | 5 | 85 | 59 | 37 |
| Octal | 44 | 362 | 120 | 125 | 0 | 103 | 5 | 205 | 131 | 67 |
| Binary | 100100 | 11110010 | 1010000 | 1010101 | 0 | 1000011 | 101 | 10000101 | 1011001 | 110111 |
Color Harmonies of #24F250
Complementary color
Monochromatic Colors of #24F250
Black with #24F250
Text Example
Text Example
White with #24F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F250; }
p { color: rgb(36,242,80); }
H1.HeaderClassName
{
color: #24F250;
}
.AnyTagClassName
{
color: #24F250;
}
</style>
background-color css
<style>
a { background-color: #24F250; }
a { background-color: rgb(36,242,80); }
div.DivClassName
{
background-color: #24F250;
}
.BgClassName
{
background-color: #24F250;
}
</style>
border-color css
<style>
span { border-color: #24F250; }
span { border-color: rgb(36,242,80); }
td.TdClassName
{
border-color: #24F250;
}
.TagClassName
{
border-color: #24F250;
}
</style>