Shades of Malachite #1BF93D
Tints of Malachite #1BF93D
RGB
CMYK
RGB Variations
Color information
#1BF93D (or 0x1BF93D) is known color: Malachite. HEX triplet: 1B, F9 and 3D. RGB value is (27,249,61). Sum of RGB (Red+Green+Blue) = 27+249+61=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF93D is #E406C2. Grayscale: #A1A1A1. Windows color (decimal): -14943939 or 4061467. OLE color: 4061467.
HSL color Cylindrical-coordinate representation of color #1BF93D: hue angle of 129.19º 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 #1BF93D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 61 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.02 |
| HSL | 129.19º | 0.95% | 0.54% | - |
| HSV(B) | 129.19º | 0.89% | 0.98% | - |
| XYZ | 35.17 | 68.32 | 15.75 | - |
| YUV | 161.19 | 71.45 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 61 | 0.89 | 0 | 0.76 | 0.02 | 129.19 | 0.95 | 0.54 |
| Hex | 1B | F9 | 3D | 59 | 0 | 4C | 2 | 81 | 5F | 36 |
| Octal | 33 | 371 | 75 | 131 | 0 | 114 | 2 | 201 | 137 | 66 |
| Binary | 11011 | 11111001 | 111101 | 1011001 | 0 | 1001100 | 10 | 10000001 | 1011111 | 110110 |
Color Harmonies of #1BF93D
Complementary color
Monochromatic Colors of #1BF93D
Black with #1BF93D
Text Example
Text Example
White with #1BF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF93D; }
p { color: rgb(27,249,61); }
H1.HeaderClassName
{
color: #1BF93D;
}
.AnyTagClassName
{
color: #1BF93D;
}
</style>
background-color css
<style>
a { background-color: #1BF93D; }
a { background-color: rgb(27,249,61); }
div.DivClassName
{
background-color: #1BF93D;
}
.BgClassName
{
background-color: #1BF93D;
}
</style>
border-color css
<style>
span { border-color: #1BF93D; }
span { border-color: rgb(27,249,61); }
td.TdClassName
{
border-color: #1BF93D;
}
.TagClassName
{
border-color: #1BF93D;
}
</style>