Shades of Malachite #1BFE41
Tints of Malachite #1BFE41
RGB
CMYK
RGB Variations
Color information
#1BFE41 (or 0x1BFE41) is known color: Malachite. HEX triplet: 1B, FE and 41. RGB value is (27,254,65). Sum of RGB (Red+Green+Blue) = 27+254+65=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFE41 is #E401BE. Grayscale: #A5A5A5. Windows color (decimal): -14942655 or 4324891. OLE color: 4324891.
HSL color Cylindrical-coordinate representation of color #1BFE41: hue angle of 130.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFE41 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 65 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.00 |
| HSL | 130.04º | 0.99% | 0.55% | - |
| HSV(B) | 130.04º | 0.89% | 1% | - |
| XYZ | 36.85 | 71.5 | 16.86 | - |
| YUV | 164.58 | 71.79 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 65 | 0.89 | 0 | 0.74 | 0.00 | 130.04 | 0.99 | 0.55 |
| Hex | 1B | FE | 41 | 59 | 0 | 4A | 0 | 82 | 63 | 37 |
| Octal | 33 | 376 | 101 | 131 | 0 | 112 | 0 | 202 | 143 | 67 |
| Binary | 11011 | 11111110 | 1000001 | 1011001 | 0 | 1001010 | 0 | 10000010 | 1100011 | 110111 |
Color Harmonies of #1BFE41
Complementary color
Monochromatic Colors of #1BFE41
Black with #1BFE41
Text Example
Text Example
White with #1BFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFE41; }
p { color: rgb(27,254,65); }
H1.HeaderClassName
{
color: #1BFE41;
}
.AnyTagClassName
{
color: #1BFE41;
}
</style>
background-color css
<style>
a { background-color: #1BFE41; }
a { background-color: rgb(27,254,65); }
div.DivClassName
{
background-color: #1BFE41;
}
.BgClassName
{
background-color: #1BFE41;
}
</style>
border-color css
<style>
span { border-color: #1BFE41; }
span { border-color: rgb(27,254,65); }
td.TdClassName
{
border-color: #1BFE41;
}
.TagClassName
{
border-color: #1BFE41;
}
</style>