Shades of Malachite #1FE64B
Tints of Malachite #1FE64B
RGB
CMYK
RGB Variations
Color information
#1FE64B (or 0x1FE64B) is known color: Malachite. HEX triplet: 1F, E6 and 4B. RGB value is (31,230,75). Sum of RGB (Red+Green+Blue) = 31+230+75=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE64B is #E019B4. Grayscale: #999999. Windows color (decimal): -14686645 or 4974111. OLE color: 4974111.
HSL color Cylindrical-coordinate representation of color #1FE64B: hue angle of 133.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE64B is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 75 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.10 |
| HSL | 133.27º | 0.8% | 0.51% | - |
| HSV(B) | 133.27º | 0.87% | 0.9% | - |
| XYZ | 30.13 | 57.39 | 16.15 | - |
| YUV | 152.83 | 84.07 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 75 | 0.87 | 0 | 0.67 | 0.10 | 133.27 | 0.8 | 0.51 |
| Hex | 1F | E6 | 4B | 57 | 0 | 43 | A | 85 | 50 | 33 |
| Octal | 37 | 346 | 113 | 127 | 0 | 103 | 12 | 205 | 120 | 63 |
| Binary | 11111 | 11100110 | 1001011 | 1010111 | 0 | 1000011 | 1010 | 10000101 | 1010000 | 110011 |
Color Harmonies of #1FE64B
Complementary color
Monochromatic Colors of #1FE64B
Black with #1FE64B
Text Example
Text Example
White with #1FE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE64B; }
p { color: rgb(31,230,75); }
H1.HeaderClassName
{
color: #1FE64B;
}
.AnyTagClassName
{
color: #1FE64B;
}
</style>
background-color css
<style>
a { background-color: #1FE64B; }
a { background-color: rgb(31,230,75); }
div.DivClassName
{
background-color: #1FE64B;
}
.BgClassName
{
background-color: #1FE64B;
}
</style>
border-color css
<style>
span { border-color: #1FE64B; }
span { border-color: rgb(31,230,75); }
td.TdClassName
{
border-color: #1FE64B;
}
.TagClassName
{
border-color: #1FE64B;
}
</style>