Shades of Malachite #1FDB4B
Tints of Malachite #1FDB4B
RGB
CMYK
RGB Variations
Color information
#1FDB4B (or 0x1FDB4B) is known color: Malachite. HEX triplet: 1F, DB and 4B. RGB value is (31,219,75). Sum of RGB (Red+Green+Blue) = 31+219+75=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 219 (85.94% from 255 or 67.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB4B is #E024B4. Grayscale: #929292. Windows color (decimal): -14689461 or 4971295. OLE color: 4971295.
HSL color Cylindrical-coordinate representation of color #1FDB4B: hue angle of 134.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDB4B is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 75 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.14 |
| HSL | 134.04º | 0.75% | 0.49% | - |
| HSV(B) | 134.04º | 0.86% | 0.86% | - |
| XYZ | 27.17 | 51.46 | 15.16 | - |
| YUV | 146.37 | 87.72 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 75 | 0.86 | 0 | 0.66 | 0.14 | 134.04 | 0.75 | 0.49 |
| Hex | 1F | DB | 4B | 56 | 0 | 42 | E | 86 | 4B | 31 |
| Octal | 37 | 333 | 113 | 126 | 0 | 102 | 16 | 206 | 113 | 61 |
| Binary | 11111 | 11011011 | 1001011 | 1010110 | 0 | 1000010 | 1110 | 10000110 | 1001011 | 110001 |
Color Harmonies of #1FDB4B
Complementary color
Monochromatic Colors of #1FDB4B
Black with #1FDB4B
Text Example
Text Example
White with #1FDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB4B; }
p { color: rgb(31,219,75); }
H1.HeaderClassName
{
color: #1FDB4B;
}
.AnyTagClassName
{
color: #1FDB4B;
}
</style>
background-color css
<style>
a { background-color: #1FDB4B; }
a { background-color: rgb(31,219,75); }
div.DivClassName
{
background-color: #1FDB4B;
}
.BgClassName
{
background-color: #1FDB4B;
}
</style>
border-color css
<style>
span { border-color: #1FDB4B; }
span { border-color: rgb(31,219,75); }
td.TdClassName
{
border-color: #1FDB4B;
}
.TagClassName
{
border-color: #1FDB4B;
}
</style>