Shades of Malachite #23F248
Tints of Malachite #23F248
RGB
CMYK
RGB Variations
Color information
#23F248 (or 0x23F248) is known color: Malachite. HEX triplet: 23, F2 and 48. RGB value is (35,242,72). Sum of RGB (Red+Green+Blue) = 35+242+72=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #23F248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F248 is #DC0DB7. Grayscale: #A1A1A1. Windows color (decimal): -14421432 or 4780579. OLE color: 4780579.
HSL color Cylindrical-coordinate representation of color #23F248: hue angle of 130.72º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F248 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 242 | 72 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.05 |
| HSL | 130.72º | 0.89% | 0.54% | - |
| HSV(B) | 130.72º | 0.86% | 0.95% | - |
| XYZ | 33.61 | 64.33 | 16.78 | - |
| YUV | 160.73 | 77.92 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 242 | 72 | 0.86 | 0 | 0.70 | 0.05 | 130.72 | 0.89 | 0.54 |
| Hex | 23 | F2 | 48 | 56 | 0 | 46 | 5 | 83 | 59 | 36 |
| Octal | 43 | 362 | 110 | 126 | 0 | 106 | 5 | 203 | 131 | 66 |
| Binary | 100011 | 11110010 | 1001000 | 1010110 | 0 | 1000110 | 101 | 10000011 | 1011001 | 110110 |
Color Harmonies of #23F248
Complementary color
Monochromatic Colors of #23F248
Black with #23F248
Text Example
Text Example
White with #23F248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F248; }
p { color: rgb(35,242,72); }
H1.HeaderClassName
{
color: #23F248;
}
.AnyTagClassName
{
color: #23F248;
}
</style>
background-color css
<style>
a { background-color: #23F248; }
a { background-color: rgb(35,242,72); }
div.DivClassName
{
background-color: #23F248;
}
.BgClassName
{
background-color: #23F248;
}
</style>
border-color css
<style>
span { border-color: #23F248; }
span { border-color: rgb(35,242,72); }
td.TdClassName
{
border-color: #23F248;
}
.TagClassName
{
border-color: #23F248;
}
</style>