Shades of Malachite #1FE952
Tints of Malachite #1FE952
RGB
CMYK
RGB Variations
Color information
#1FE952 (or 0x1FE952) is known color: Malachite. HEX triplet: 1F, E9 and 52. RGB value is (31,233,82). Sum of RGB (Red+Green+Blue) = 31+233+82=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE952 is #E016AD. Grayscale: #9B9B9B. Windows color (decimal): -14685870 or 5433631. OLE color: 5433631.
HSL color Cylindrical-coordinate representation of color #1FE952: hue angle of 135.15º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE952 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 82 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.09 |
| HSL | 135.15º | 0.82% | 0.52% | - |
| HSV(B) | 135.15º | 0.87% | 0.91% | - |
| XYZ | 31.23 | 59.18 | 17.76 | - |
| YUV | 155.39 | 86.58 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 82 | 0.87 | 0 | 0.65 | 0.09 | 135.15 | 0.82 | 0.52 |
| Hex | 1F | E9 | 52 | 57 | 0 | 41 | 9 | 87 | 52 | 34 |
| Octal | 37 | 351 | 122 | 127 | 0 | 101 | 11 | 207 | 122 | 64 |
| Binary | 11111 | 11101001 | 1010010 | 1010111 | 0 | 1000001 | 1001 | 10000111 | 1010010 | 110100 |
Color Harmonies of #1FE952
Complementary color
Monochromatic Colors of #1FE952
Black with #1FE952
Text Example
Text Example
White with #1FE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE952; }
p { color: rgb(31,233,82); }
H1.HeaderClassName
{
color: #1FE952;
}
.AnyTagClassName
{
color: #1FE952;
}
</style>
background-color css
<style>
a { background-color: #1FE952; }
a { background-color: rgb(31,233,82); }
div.DivClassName
{
background-color: #1FE952;
}
.BgClassName
{
background-color: #1FE952;
}
</style>
border-color css
<style>
span { border-color: #1FE952; }
span { border-color: rgb(31,233,82); }
td.TdClassName
{
border-color: #1FE952;
}
.TagClassName
{
border-color: #1FE952;
}
</style>