Shades of Malachite #1BF94C
Tints of Malachite #1BF94C
RGB
CMYK
RGB Variations
Color information
#1BF94C (or 0x1BF94C) is known color: Malachite. HEX triplet: 1B, F9 and 4C. RGB value is (27,249,76). Sum of RGB (Red+Green+Blue) = 27+249+76=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF94C is #E406B3. Grayscale: #A3A3A3. Windows color (decimal): -14943924 or 5044507. OLE color: 5044507.
HSL color Cylindrical-coordinate representation of color #1BF94C: hue angle of 133.24º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF94C is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 76 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.02 |
| HSL | 133.24º | 0.95% | 0.54% | - |
| HSV(B) | 133.24º | 0.89% | 0.98% | - |
| XYZ | 35.63 | 68.51 | 18.18 | - |
| YUV | 162.9 | 78.95 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 76 | 0.89 | 0 | 0.69 | 0.02 | 133.24 | 0.95 | 0.54 |
| Hex | 1B | F9 | 4C | 59 | 0 | 45 | 2 | 85 | 5F | 36 |
| Octal | 33 | 371 | 114 | 131 | 0 | 105 | 2 | 205 | 137 | 66 |
| Binary | 11011 | 11111001 | 1001100 | 1011001 | 0 | 1000101 | 10 | 10000101 | 1011111 | 110110 |
Color Harmonies of #1BF94C
Complementary color
Monochromatic Colors of #1BF94C
Black with #1BF94C
Text Example
Text Example
White with #1BF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF94C; }
p { color: rgb(27,249,76); }
H1.HeaderClassName
{
color: #1BF94C;
}
.AnyTagClassName
{
color: #1BF94C;
}
</style>
background-color css
<style>
a { background-color: #1BF94C; }
a { background-color: rgb(27,249,76); }
div.DivClassName
{
background-color: #1BF94C;
}
.BgClassName
{
background-color: #1BF94C;
}
</style>
border-color css
<style>
span { border-color: #1BF94C; }
span { border-color: rgb(27,249,76); }
td.TdClassName
{
border-color: #1BF94C;
}
.TagClassName
{
border-color: #1BF94C;
}
</style>