Shades of Malachite #1BDD3C
Tints of Malachite #1BDD3C
RGB
CMYK
RGB Variations
Color information
#1BDD3C (or 0x1BDD3C) is known color: Malachite. HEX triplet: 1B, DD and 3C. RGB value is (27,221,60). Sum of RGB (Red+Green+Blue) = 27+221+60=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD3C is #E422C3. Grayscale: #919191. Windows color (decimal): -14951108 or 3988763. OLE color: 3988763.
HSL color Cylindrical-coordinate representation of color #1BDD3C: hue angle of 130.21º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD3C is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 60 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.13 |
| HSL | 130.21º | 0.78% | 0.49% | - |
| HSV(B) | 130.21º | 0.88% | 0.87% | - |
| XYZ | 27.12 | 52.27 | 12.93 | - |
| YUV | 144.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 60 | 0.88 | 0 | 0.73 | 0.13 | 130.21 | 0.78 | 0.49 |
| Hex | 1B | DD | 3C | 58 | 0 | 49 | D | 82 | 4E | 31 |
| Octal | 33 | 335 | 74 | 130 | 0 | 111 | 15 | 202 | 116 | 61 |
| Binary | 11011 | 11011101 | 111100 | 1011000 | 0 | 1001001 | 1101 | 10000010 | 1001110 | 110001 |
Color Harmonies of #1BDD3C
Complementary color
Monochromatic Colors of #1BDD3C
Black with #1BDD3C
Text Example
Text Example
White with #1BDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD3C; }
p { color: rgb(27,221,60); }
H1.HeaderClassName
{
color: #1BDD3C;
}
.AnyTagClassName
{
color: #1BDD3C;
}
</style>
background-color css
<style>
a { background-color: #1BDD3C; }
a { background-color: rgb(27,221,60); }
div.DivClassName
{
background-color: #1BDD3C;
}
.BgClassName
{
background-color: #1BDD3C;
}
</style>
border-color css
<style>
span { border-color: #1BDD3C; }
span { border-color: rgb(27,221,60); }
td.TdClassName
{
border-color: #1BDD3C;
}
.TagClassName
{
border-color: #1BDD3C;
}
</style>