Shades of Malachite #1BE74A
Tints of Malachite #1BE74A
RGB
CMYK
RGB Variations
Color information
#1BE74A (or 0x1BE74A) is known color: Malachite. HEX triplet: 1B, E7 and 4A. RGB value is (27,231,74). Sum of RGB (Red+Green+Blue) = 27+231+74=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 231 (90.62% from 255 or 69.58% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BE74A is #E418B5. Grayscale: #989898. Windows color (decimal): -14948534 or 4908827. OLE color: 4908827.
HSL color Cylindrical-coordinate representation of color #1BE74A: hue angle of 133.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE74A is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 231 | 74 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.09 |
| HSL | 133.82º | 0.81% | 0.51% | - |
| HSV(B) | 133.82º | 0.88% | 0.91% | - |
| XYZ | 30.26 | 57.88 | 16.06 | - |
| YUV | 152.11 | 83.91 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 231 | 74 | 0.88 | 0 | 0.68 | 0.09 | 133.82 | 0.81 | 0.51 |
| Hex | 1B | E7 | 4A | 58 | 0 | 44 | 9 | 86 | 51 | 33 |
| Octal | 33 | 347 | 112 | 130 | 0 | 104 | 11 | 206 | 121 | 63 |
| Binary | 11011 | 11100111 | 1001010 | 1011000 | 0 | 1000100 | 1001 | 10000110 | 1010001 | 110011 |
Color Harmonies of #1BE74A
Complementary color
Monochromatic Colors of #1BE74A
Black with #1BE74A
Text Example
Text Example
White with #1BE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE74A; }
p { color: rgb(27,231,74); }
H1.HeaderClassName
{
color: #1BE74A;
}
.AnyTagClassName
{
color: #1BE74A;
}
</style>
background-color css
<style>
a { background-color: #1BE74A; }
a { background-color: rgb(27,231,74); }
div.DivClassName
{
background-color: #1BE74A;
}
.BgClassName
{
background-color: #1BE74A;
}
</style>
border-color css
<style>
span { border-color: #1BE74A; }
span { border-color: rgb(27,231,74); }
td.TdClassName
{
border-color: #1BE74A;
}
.TagClassName
{
border-color: #1BE74A;
}
</style>