Shades of Malachite #1BC252
Tints of Malachite #1BC252
RGB
CMYK
RGB Variations
Color information
#1BC252 (or 0x1BC252) is known color: Malachite. HEX triplet: 1B, C2 and 52. RGB value is (27,194,82). Sum of RGB (Red+Green+Blue) = 27+194+82=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC252 is #E43DAD. Grayscale: #838383. Windows color (decimal): -14957998 or 5423643. OLE color: 5423643.
HSL color Cylindrical-coordinate representation of color #1BC252: hue angle of 139.76º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC252 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 82 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.24 |
| HSL | 139.76º | 0.76% | 0.43% | - |
| HSV(B) | 139.76º | 0.86% | 0.76% | - |
| XYZ | 21.27 | 39.43 | 14.47 | - |
| YUV | 131.3 | 100.17 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 82 | 0.86 | 0 | 0.58 | 0.24 | 139.76 | 0.76 | 0.43 |
| Hex | 1B | C2 | 52 | 56 | 0 | 3A | 18 | 8C | 4C | 2B |
| Octal | 33 | 302 | 122 | 126 | 0 | 72 | 30 | 214 | 114 | 53 |
| Binary | 11011 | 11000010 | 1010010 | 1010110 | 0 | 111010 | 11000 | 10001100 | 1001100 | 101011 |
Color Harmonies of #1BC252
Complementary color
Monochromatic Colors of #1BC252
Black with #1BC252
Text Example
Text Example
White with #1BC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC252; }
p { color: rgb(27,194,82); }
H1.HeaderClassName
{
color: #1BC252;
}
.AnyTagClassName
{
color: #1BC252;
}
</style>
background-color css
<style>
a { background-color: #1BC252; }
a { background-color: rgb(27,194,82); }
div.DivClassName
{
background-color: #1BC252;
}
.BgClassName
{
background-color: #1BC252;
}
</style>
border-color css
<style>
span { border-color: #1BC252; }
span { border-color: rgb(27,194,82); }
td.TdClassName
{
border-color: #1BC252;
}
.TagClassName
{
border-color: #1BC252;
}
</style>