Shades of Malachite #1BE340
Tints of Malachite #1BE340
RGB
CMYK
RGB Variations
Color information
#1BE340 (or 0x1BE340) is known color: Malachite. HEX triplet: 1B, E3 and 40. RGB value is (27,227,64). Sum of RGB (Red+Green+Blue) = 27+227+64=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE340 is #E41CBF. Grayscale: #959595. Windows color (decimal): -14949568 or 4252443. OLE color: 4252443.
HSL color Cylindrical-coordinate representation of color #1BE340: hue angle of 131.1º 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 #1BE340 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 64 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.11 |
| HSL | 131.1º | 0.79% | 0.5% | - |
| HSV(B) | 131.1º | 0.88% | 0.89% | - |
| XYZ | 28.85 | 55.54 | 14.05 | - |
| YUV | 148.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 64 | 0.88 | 0 | 0.72 | 0.11 | 131.1 | 0.79 | 0.5 |
| Hex | 1B | E3 | 40 | 58 | 0 | 48 | B | 83 | 4F | 32 |
| Octal | 33 | 343 | 100 | 130 | 0 | 110 | 13 | 203 | 117 | 62 |
| Binary | 11011 | 11100011 | 1000000 | 1011000 | 0 | 1001000 | 1011 | 10000011 | 1001111 | 110010 |
Color Harmonies of #1BE340
Complementary color
Monochromatic Colors of #1BE340
Black with #1BE340
Text Example
Text Example
White with #1BE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE340; }
p { color: rgb(27,227,64); }
H1.HeaderClassName
{
color: #1BE340;
}
.AnyTagClassName
{
color: #1BE340;
}
</style>
background-color css
<style>
a { background-color: #1BE340; }
a { background-color: rgb(27,227,64); }
div.DivClassName
{
background-color: #1BE340;
}
.BgClassName
{
background-color: #1BE340;
}
</style>
border-color css
<style>
span { border-color: #1BE340; }
span { border-color: rgb(27,227,64); }
td.TdClassName
{
border-color: #1BE340;
}
.TagClassName
{
border-color: #1BE340;
}
</style>