Shades of Malachite #1BE342
Tints of Malachite #1BE342
RGB
CMYK
RGB Variations
Color information
#1BE342 (or 0x1BE342) is known color: Malachite. HEX triplet: 1B, E3 and 42. RGB value is (27,227,66). Sum of RGB (Red+Green+Blue) = 27+227+66=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE342 is #E41CBD. Grayscale: #959595. Windows color (decimal): -14949566 or 4383515. OLE color: 4383515.
HSL color Cylindrical-coordinate representation of color #1BE342: hue angle of 131.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE342 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 66 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.11 |
| HSL | 131.7º | 0.79% | 0.5% | - |
| HSV(B) | 131.7º | 0.88% | 0.89% | - |
| XYZ | 28.9 | 55.56 | 14.36 | - |
| YUV | 148.85 | 81.24 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 66 | 0.88 | 0 | 0.71 | 0.11 | 131.7 | 0.79 | 0.5 |
| Hex | 1B | E3 | 42 | 58 | 0 | 47 | B | 84 | 4F | 32 |
| Octal | 33 | 343 | 102 | 130 | 0 | 107 | 13 | 204 | 117 | 62 |
| Binary | 11011 | 11100011 | 1000010 | 1011000 | 0 | 1000111 | 1011 | 10000100 | 1001111 | 110010 |
Color Harmonies of #1BE342
Complementary color
Monochromatic Colors of #1BE342
Black with #1BE342
Text Example
Text Example
White with #1BE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE342; }
p { color: rgb(27,227,66); }
H1.HeaderClassName
{
color: #1BE342;
}
.AnyTagClassName
{
color: #1BE342;
}
</style>
background-color css
<style>
a { background-color: #1BE342; }
a { background-color: rgb(27,227,66); }
div.DivClassName
{
background-color: #1BE342;
}
.BgClassName
{
background-color: #1BE342;
}
</style>
border-color css
<style>
span { border-color: #1BE342; }
span { border-color: rgb(27,227,66); }
td.TdClassName
{
border-color: #1BE342;
}
.TagClassName
{
border-color: #1BE342;
}
</style>