Shades of Malachite #1CF85E
Tints of Malachite #1CF85E
RGB
CMYK
RGB Variations
Color information
#1CF85E (or 0x1CF85E) is known color: Malachite. HEX triplet: 1C, F8 and 5E. RGB value is (28,248,94). Sum of RGB (Red+Green+Blue) = 28+248+94=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF85E is #E307A1. Grayscale: #A5A5A5. Windows color (decimal): -14878626 or 6223900. OLE color: 6223900.
HSL color Cylindrical-coordinate representation of color #1CF85E: hue angle of 138º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF85E is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 94 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.03 |
| HSL | 138º | 0.94% | 0.54% | - |
| HSV(B) | 138º | 0.89% | 0.97% | - |
| XYZ | 36.07 | 68.19 | 21.85 | - |
| YUV | 164.66 | 88.11 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 94 | 0.89 | 0 | 0.62 | 0.03 | 138 | 0.94 | 0.54 |
| Hex | 1C | F8 | 5E | 59 | 0 | 3E | 3 | 8A | 5E | 36 |
| Octal | 34 | 370 | 136 | 131 | 0 | 76 | 3 | 212 | 136 | 66 |
| Binary | 11100 | 11111000 | 1011110 | 1011001 | 0 | 111110 | 11 | 10001010 | 1011110 | 110110 |
Color Harmonies of #1CF85E
Complementary color
Monochromatic Colors of #1CF85E
Black with #1CF85E
Text Example
Text Example
White with #1CF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF85E; }
p { color: rgb(28,248,94); }
H1.HeaderClassName
{
color: #1CF85E;
}
.AnyTagClassName
{
color: #1CF85E;
}
</style>
background-color css
<style>
a { background-color: #1CF85E; }
a { background-color: rgb(28,248,94); }
div.DivClassName
{
background-color: #1CF85E;
}
.BgClassName
{
background-color: #1CF85E;
}
</style>
border-color css
<style>
span { border-color: #1CF85E; }
span { border-color: rgb(28,248,94); }
td.TdClassName
{
border-color: #1CF85E;
}
.TagClassName
{
border-color: #1CF85E;
}
</style>