Shades of Malachite #1BCD41
Tints of Malachite #1BCD41
RGB
CMYK
RGB Variations
Color information
#1BCD41 (or 0x1BCD41) is known color: Malachite. HEX triplet: 1B, CD and 41. RGB value is (27,205,65). Sum of RGB (Red+Green+Blue) = 27+205+65=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 205 (80.47% from 255 or 69.02% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD41 is #E432BE. Grayscale: #888888. Windows color (decimal): -14955199 or 4312347. OLE color: 4312347.
HSL color Cylindrical-coordinate representation of color #1BCD41: hue angle of 132.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD41 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 65 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.20 |
| HSL | 132.81º | 0.77% | 0.45% | - |
| HSV(B) | 132.81º | 0.87% | 0.8% | - |
| XYZ | 23.24 | 44.28 | 12.32 | - |
| YUV | 135.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 65 | 0.87 | 0 | 0.68 | 0.20 | 132.81 | 0.77 | 0.45 |
| Hex | 1B | CD | 41 | 57 | 0 | 44 | 14 | 85 | 4D | 2D |
| Octal | 33 | 315 | 101 | 127 | 0 | 104 | 24 | 205 | 115 | 55 |
| Binary | 11011 | 11001101 | 1000001 | 1010111 | 0 | 1000100 | 10100 | 10000101 | 1001101 | 101101 |
Color Harmonies of #1BCD41
Complementary color
Monochromatic Colors of #1BCD41
Black with #1BCD41
Text Example
Text Example
White with #1BCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD41; }
p { color: rgb(27,205,65); }
H1.HeaderClassName
{
color: #1BCD41;
}
.AnyTagClassName
{
color: #1BCD41;
}
</style>
background-color css
<style>
a { background-color: #1BCD41; }
a { background-color: rgb(27,205,65); }
div.DivClassName
{
background-color: #1BCD41;
}
.BgClassName
{
background-color: #1BCD41;
}
</style>
border-color css
<style>
span { border-color: #1BCD41; }
span { border-color: rgb(27,205,65); }
td.TdClassName
{
border-color: #1BCD41;
}
.TagClassName
{
border-color: #1BCD41;
}
</style>