Shades of Malachite #1BEC4B
Tints of Malachite #1BEC4B
RGB
CMYK
RGB Variations
Color information
#1BEC4B (or 0x1BEC4B) is known color: Malachite. HEX triplet: 1B, EC and 4B. RGB value is (27,236,75). Sum of RGB (Red+Green+Blue) = 27+236+75=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #1BEC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEC4B is #E413B4. Grayscale: #9B9B9B. Windows color (decimal): -14947253 or 4975643. OLE color: 4975643.
HSL color Cylindrical-coordinate representation of color #1BEC4B: hue angle of 133.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEC4B is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 75 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.07 |
| HSL | 133.78º | 0.85% | 0.52% | - |
| HSV(B) | 133.78º | 0.89% | 0.93% | - |
| XYZ | 31.72 | 60.73 | 16.71 | - |
| YUV | 155.16 | 82.76 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 75 | 0.89 | 0 | 0.68 | 0.07 | 133.78 | 0.85 | 0.52 |
| Hex | 1B | EC | 4B | 59 | 0 | 44 | 7 | 86 | 55 | 34 |
| Octal | 33 | 354 | 113 | 131 | 0 | 104 | 7 | 206 | 125 | 64 |
| Binary | 11011 | 11101100 | 1001011 | 1011001 | 0 | 1000100 | 111 | 10000110 | 1010101 | 110100 |
Color Harmonies of #1BEC4B
Complementary color
Monochromatic Colors of #1BEC4B
Black with #1BEC4B
Text Example
Text Example
White with #1BEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEC4B; }
p { color: rgb(27,236,75); }
H1.HeaderClassName
{
color: #1BEC4B;
}
.AnyTagClassName
{
color: #1BEC4B;
}
</style>
background-color css
<style>
a { background-color: #1BEC4B; }
a { background-color: rgb(27,236,75); }
div.DivClassName
{
background-color: #1BEC4B;
}
.BgClassName
{
background-color: #1BEC4B;
}
</style>
border-color css
<style>
span { border-color: #1BEC4B; }
span { border-color: rgb(27,236,75); }
td.TdClassName
{
border-color: #1BEC4B;
}
.TagClassName
{
border-color: #1BEC4B;
}
</style>