Shades of Malachite #1FDB4A
Tints of Malachite #1FDB4A
RGB
CMYK
RGB Variations
Color information
#1FDB4A (or 0x1FDB4A) is known color: Malachite. HEX triplet: 1F, DB and 4A. RGB value is (31,219,74). Sum of RGB (Red+Green+Blue) = 31+219+74=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB4A is #E024B5. Grayscale: #929292. Windows color (decimal): -14689462 or 4905759. OLE color: 4905759.
HSL color Cylindrical-coordinate representation of color #1FDB4A: hue angle of 133.72º 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 #1FDB4A is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 74 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.14 |
| HSL | 133.72º | 0.75% | 0.49% | - |
| HSV(B) | 133.72º | 0.86% | 0.86% | - |
| XYZ | 27.13 | 51.45 | 14.98 | - |
| YUV | 146.26 | 87.22 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 74 | 0.86 | 0 | 0.66 | 0.14 | 133.72 | 0.75 | 0.49 |
| Hex | 1F | DB | 4A | 56 | 0 | 42 | E | 86 | 4B | 31 |
| Octal | 37 | 333 | 112 | 126 | 0 | 102 | 16 | 206 | 113 | 61 |
| Binary | 11111 | 11011011 | 1001010 | 1010110 | 0 | 1000010 | 1110 | 10000110 | 1001011 | 110001 |
Color Harmonies of #1FDB4A
Complementary color
Monochromatic Colors of #1FDB4A
Black with #1FDB4A
Text Example
Text Example
White with #1FDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB4A; }
p { color: rgb(31,219,74); }
H1.HeaderClassName
{
color: #1FDB4A;
}
.AnyTagClassName
{
color: #1FDB4A;
}
</style>
background-color css
<style>
a { background-color: #1FDB4A; }
a { background-color: rgb(31,219,74); }
div.DivClassName
{
background-color: #1FDB4A;
}
.BgClassName
{
background-color: #1FDB4A;
}
</style>
border-color css
<style>
span { border-color: #1FDB4A; }
span { border-color: rgb(31,219,74); }
td.TdClassName
{
border-color: #1FDB4A;
}
.TagClassName
{
border-color: #1FDB4A;
}
</style>