Shades of Malachite #1CDB52
Tints of Malachite #1CDB52
RGB
CMYK
RGB Variations
Color information
#1CDB52 (or 0x1CDB52) is known color: Malachite. HEX triplet: 1C, DB and 52. RGB value is (28,219,82). Sum of RGB (Red+Green+Blue) = 28+219+82=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDB52 is #E324AD. Grayscale: #929292. Windows color (decimal): -14886062 or 5430044. OLE color: 5430044.
HSL color Cylindrical-coordinate representation of color #1CDB52: hue angle of 136.96º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB52 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 82 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.14 |
| HSL | 136.96º | 0.77% | 0.48% | - |
| HSV(B) | 136.96º | 0.87% | 0.86% | - |
| XYZ | 27.33 | 51.52 | 16.49 | - |
| YUV | 146.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 82 | 0.87 | 0 | 0.63 | 0.14 | 136.96 | 0.77 | 0.48 |
| Hex | 1C | DB | 52 | 57 | 0 | 3F | E | 89 | 4D | 30 |
| Octal | 34 | 333 | 122 | 127 | 0 | 77 | 16 | 211 | 115 | 60 |
| Binary | 11100 | 11011011 | 1010010 | 1010111 | 0 | 111111 | 1110 | 10001001 | 1001101 | 110000 |
Color Harmonies of #1CDB52
Complementary color
Monochromatic Colors of #1CDB52
Black with #1CDB52
Text Example
Text Example
White with #1CDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB52; }
p { color: rgb(28,219,82); }
H1.HeaderClassName
{
color: #1CDB52;
}
.AnyTagClassName
{
color: #1CDB52;
}
</style>
background-color css
<style>
a { background-color: #1CDB52; }
a { background-color: rgb(28,219,82); }
div.DivClassName
{
background-color: #1CDB52;
}
.BgClassName
{
background-color: #1CDB52;
}
</style>
border-color css
<style>
span { border-color: #1CDB52; }
span { border-color: rgb(28,219,82); }
td.TdClassName
{
border-color: #1CDB52;
}
.TagClassName
{
border-color: #1CDB52;
}
</style>