Shades of Malachite #23FA50
Tints of Malachite #23FA50
RGB
CMYK
RGB Variations
Color information
#23FA50 (or 0x23FA50) is known color: Malachite. HEX triplet: 23, FA and 50. RGB value is (35,250,80). Sum of RGB (Red+Green+Blue) = 35+250+80=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #23FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #23FA50 is #DC05AF. Grayscale: #A6A6A6. Windows color (decimal): -14419376 or 5306915. OLE color: 5306915.
HSL color Cylindrical-coordinate representation of color #23FA50: hue angle of 132.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FA50 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 80 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.02 |
| HSL | 132.56º | 0.96% | 0.56% | - |
| HSV(B) | 132.56º | 0.86% | 0.98% | - |
| XYZ | 36.33 | 69.31 | 19.05 | - |
| YUV | 166.34 | 79.27 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 80 | 0.86 | 0 | 0.68 | 0.02 | 132.56 | 0.96 | 0.56 |
| Hex | 23 | FA | 50 | 56 | 0 | 44 | 2 | 85 | 60 | 38 |
| Octal | 43 | 372 | 120 | 126 | 0 | 104 | 2 | 205 | 140 | 70 |
| Binary | 100011 | 11111010 | 1010000 | 1010110 | 0 | 1000100 | 10 | 10000101 | 1100000 | 111000 |
Color Harmonies of #23FA50
Complementary color
Monochromatic Colors of #23FA50
Black with #23FA50
Text Example
Text Example
White with #23FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FA50; }
p { color: rgb(35,250,80); }
H1.HeaderClassName
{
color: #23FA50;
}
.AnyTagClassName
{
color: #23FA50;
}
</style>
background-color css
<style>
a { background-color: #23FA50; }
a { background-color: rgb(35,250,80); }
div.DivClassName
{
background-color: #23FA50;
}
.BgClassName
{
background-color: #23FA50;
}
</style>
border-color css
<style>
span { border-color: #23FA50; }
span { border-color: rgb(35,250,80); }
td.TdClassName
{
border-color: #23FA50;
}
.TagClassName
{
border-color: #23FA50;
}
</style>