Shades of Malachite #1FD35B
Tints of Malachite #1FD35B
RGB
CMYK
RGB Variations
Color information
#1FD35B (or 0x1FD35B) is known color: Malachite. HEX triplet: 1F, D3 and 5B. RGB value is (31,211,91). Sum of RGB (Red+Green+Blue) = 31+211+91=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 211 (82.81% from 255 or 63.36% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD35B is #E02CA4. Grayscale: #8F8F8F. Windows color (decimal): -14691493 or 6017823. OLE color: 6017823.
HSL color Cylindrical-coordinate representation of color #1FD35B: hue angle of 140º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD35B is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 91 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.17 |
| HSL | 140º | 0.74% | 0.47% | - |
| HSV(B) | 140º | 0.85% | 0.83% | - |
| XYZ | 25.75 | 47.64 | 17.74 | - |
| YUV | 143.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 91 | 0.85 | 0 | 0.57 | 0.17 | 140 | 0.74 | 0.47 |
| Hex | 1F | D3 | 5B | 55 | 0 | 39 | 11 | 8C | 4A | 2F |
| Octal | 37 | 323 | 133 | 125 | 0 | 71 | 21 | 214 | 112 | 57 |
| Binary | 11111 | 11010011 | 1011011 | 1010101 | 0 | 111001 | 10001 | 10001100 | 1001010 | 101111 |
Color Harmonies of #1FD35B
Complementary color
Monochromatic Colors of #1FD35B
Black with #1FD35B
Text Example
Text Example
White with #1FD35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD35B; }
p { color: rgb(31,211,91); }
H1.HeaderClassName
{
color: #1FD35B;
}
.AnyTagClassName
{
color: #1FD35B;
}
</style>
background-color css
<style>
a { background-color: #1FD35B; }
a { background-color: rgb(31,211,91); }
div.DivClassName
{
background-color: #1FD35B;
}
.BgClassName
{
background-color: #1FD35B;
}
</style>
border-color css
<style>
span { border-color: #1FD35B; }
span { border-color: rgb(31,211,91); }
td.TdClassName
{
border-color: #1FD35B;
}
.TagClassName
{
border-color: #1FD35B;
}
</style>