Shades of Malachite #1FE34B
Tints of Malachite #1FE34B
RGB
CMYK
RGB Variations
Color information
#1FE34B (or 0x1FE34B) is known color: Malachite. HEX triplet: 1F, E3 and 4B. RGB value is (31,227,75). Sum of RGB (Red+Green+Blue) = 31+227+75=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE34B is #E01CB4. Grayscale: #979797. Windows color (decimal): -14687413 or 4973343. OLE color: 4973343.
HSL color Cylindrical-coordinate representation of color #1FE34B: hue angle of 133.47º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE34B is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 75 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.11 |
| HSL | 133.47º | 0.78% | 0.51% | - |
| HSV(B) | 133.47º | 0.86% | 0.89% | - |
| XYZ | 29.3 | 55.74 | 15.87 | - |
| YUV | 151.07 | 85.07 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 75 | 0.86 | 0 | 0.67 | 0.11 | 133.47 | 0.78 | 0.51 |
| Hex | 1F | E3 | 4B | 56 | 0 | 43 | B | 85 | 4E | 33 |
| Octal | 37 | 343 | 113 | 126 | 0 | 103 | 13 | 205 | 116 | 63 |
| Binary | 11111 | 11100011 | 1001011 | 1010110 | 0 | 1000011 | 1011 | 10000101 | 1001110 | 110011 |
Color Harmonies of #1FE34B
Complementary color
Monochromatic Colors of #1FE34B
Black with #1FE34B
Text Example
Text Example
White with #1FE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE34B; }
p { color: rgb(31,227,75); }
H1.HeaderClassName
{
color: #1FE34B;
}
.AnyTagClassName
{
color: #1FE34B;
}
</style>
background-color css
<style>
a { background-color: #1FE34B; }
a { background-color: rgb(31,227,75); }
div.DivClassName
{
background-color: #1FE34B;
}
.BgClassName
{
background-color: #1FE34B;
}
</style>
border-color css
<style>
span { border-color: #1FE34B; }
span { border-color: rgb(31,227,75); }
td.TdClassName
{
border-color: #1FE34B;
}
.TagClassName
{
border-color: #1FE34B;
}
</style>