Shades of Malachite #1FD05A
Tints of Malachite #1FD05A
RGB
CMYK
RGB Variations
Color information
#1FD05A (or 0x1FD05A) is known color: Malachite. HEX triplet: 1F, D0 and 5A. RGB value is (31,208,90). Sum of RGB (Red+Green+Blue) = 31+208+90=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD05A is #E02FA5. Grayscale: #8D8D8D. Windows color (decimal): -14692262 or 5951519. OLE color: 5951519.
HSL color Cylindrical-coordinate representation of color #1FD05A: hue angle of 140º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD05A is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 90 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.18 |
| HSL | 140º | 0.74% | 0.47% | - |
| HSV(B) | 140º | 0.85% | 0.82% | - |
| XYZ | 24.97 | 46.14 | 17.26 | - |
| YUV | 141.63 | 98.86 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 90 | 0.85 | 0 | 0.57 | 0.18 | 140 | 0.74 | 0.47 |
| Hex | 1F | D0 | 5A | 55 | 0 | 39 | 12 | 8C | 4A | 2F |
| Octal | 37 | 320 | 132 | 125 | 0 | 71 | 22 | 214 | 112 | 57 |
| Binary | 11111 | 11010000 | 1011010 | 1010101 | 0 | 111001 | 10010 | 10001100 | 1001010 | 101111 |
Color Harmonies of #1FD05A
Complementary color
Monochromatic Colors of #1FD05A
Black with #1FD05A
Text Example
Text Example
White with #1FD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD05A; }
p { color: rgb(31,208,90); }
H1.HeaderClassName
{
color: #1FD05A;
}
.AnyTagClassName
{
color: #1FD05A;
}
</style>
background-color css
<style>
a { background-color: #1FD05A; }
a { background-color: rgb(31,208,90); }
div.DivClassName
{
background-color: #1FD05A;
}
.BgClassName
{
background-color: #1FD05A;
}
</style>
border-color css
<style>
span { border-color: #1FD05A; }
span { border-color: rgb(31,208,90); }
td.TdClassName
{
border-color: #1FD05A;
}
.TagClassName
{
border-color: #1FD05A;
}
</style>