Shades of Malachite #1BD93F
Tints of Malachite #1BD93F
RGB
CMYK
RGB Variations
Color information
#1BD93F (or 0x1BD93F) is known color: Malachite. HEX triplet: 1B, D9 and 3F. RGB value is (27,217,63). Sum of RGB (Red+Green+Blue) = 27+217+63=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD93F is #E426C0. Grayscale: #8F8F8F. Windows color (decimal): -14952129 or 4184347. OLE color: 4184347.
HSL color Cylindrical-coordinate representation of color #1BD93F: hue angle of 131.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD93F is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 63 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.15 |
| HSL | 131.37º | 0.78% | 0.48% | - |
| HSV(B) | 131.37º | 0.88% | 0.85% | - |
| XYZ | 26.16 | 50.22 | 13.02 | - |
| YUV | 142.63 | 83.05 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 63 | 0.88 | 0 | 0.71 | 0.15 | 131.37 | 0.78 | 0.48 |
| Hex | 1B | D9 | 3F | 58 | 0 | 47 | F | 83 | 4E | 30 |
| Octal | 33 | 331 | 77 | 130 | 0 | 107 | 17 | 203 | 116 | 60 |
| Binary | 11011 | 11011001 | 111111 | 1011000 | 0 | 1000111 | 1111 | 10000011 | 1001110 | 110000 |
Color Harmonies of #1BD93F
Complementary color
Monochromatic Colors of #1BD93F
Black with #1BD93F
Text Example
Text Example
White with #1BD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD93F; }
p { color: rgb(27,217,63); }
H1.HeaderClassName
{
color: #1BD93F;
}
.AnyTagClassName
{
color: #1BD93F;
}
</style>
background-color css
<style>
a { background-color: #1BD93F; }
a { background-color: rgb(27,217,63); }
div.DivClassName
{
background-color: #1BD93F;
}
.BgClassName
{
background-color: #1BD93F;
}
</style>
border-color css
<style>
span { border-color: #1BD93F; }
span { border-color: rgb(27,217,63); }
td.TdClassName
{
border-color: #1BD93F;
}
.TagClassName
{
border-color: #1BD93F;
}
</style>