Shades of Malachite #1FDD45
Tints of Malachite #1FDD45
RGB
CMYK
RGB Variations
Color information
#1FDD45 (or 0x1FDD45) is known color: Malachite. HEX triplet: 1F, DD and 45. RGB value is (31,221,69). Sum of RGB (Red+Green+Blue) = 31+221+69=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD45 is #E022BA. Grayscale: #939393. Windows color (decimal): -14688955 or 4578591. OLE color: 4578591.
HSL color Cylindrical-coordinate representation of color #1FDD45: hue angle of 132º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDD45 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 69 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.13 |
| HSL | 132º | 0.75% | 0.49% | - |
| HSV(B) | 132º | 0.86% | 0.87% | - |
| XYZ | 27.5 | 52.43 | 14.3 | - |
| YUV | 146.86 | 84.05 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 69 | 0.86 | 0 | 0.69 | 0.13 | 132 | 0.75 | 0.49 |
| Hex | 1F | DD | 45 | 56 | 0 | 45 | D | 84 | 4B | 31 |
| Octal | 37 | 335 | 105 | 126 | 0 | 105 | 15 | 204 | 113 | 61 |
| Binary | 11111 | 11011101 | 1000101 | 1010110 | 0 | 1000101 | 1101 | 10000100 | 1001011 | 110001 |
Color Harmonies of #1FDD45
Complementary color
Monochromatic Colors of #1FDD45
Black with #1FDD45
Text Example
Text Example
White with #1FDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD45; }
p { color: rgb(31,221,69); }
H1.HeaderClassName
{
color: #1FDD45;
}
.AnyTagClassName
{
color: #1FDD45;
}
</style>
background-color css
<style>
a { background-color: #1FDD45; }
a { background-color: rgb(31,221,69); }
div.DivClassName
{
background-color: #1FDD45;
}
.BgClassName
{
background-color: #1FDD45;
}
</style>
border-color css
<style>
span { border-color: #1FDD45; }
span { border-color: rgb(31,221,69); }
td.TdClassName
{
border-color: #1FDD45;
}
.TagClassName
{
border-color: #1FDD45;
}
</style>