Shades of Malachite #1BDF3F
Tints of Malachite #1BDF3F
RGB
CMYK
RGB Variations
Color information
#1BDF3F (or 0x1BDF3F) is known color: Malachite. HEX triplet: 1B, DF and 3F. RGB value is (27,223,63). Sum of RGB (Red+Green+Blue) = 27+223+63=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF3F is #E420C0. Grayscale: #929292. Windows color (decimal): -14950593 or 4185883. OLE color: 4185883.
HSL color Cylindrical-coordinate representation of color #1BDF3F: hue angle of 131.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDF3F is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 63 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.13 |
| HSL | 131.02º | 0.78% | 0.49% | - |
| HSV(B) | 131.02º | 0.88% | 0.87% | - |
| XYZ | 27.74 | 53.37 | 13.54 | - |
| YUV | 146.16 | 81.07 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 63 | 0.88 | 0 | 0.72 | 0.13 | 131.02 | 0.78 | 0.49 |
| Hex | 1B | DF | 3F | 58 | 0 | 48 | D | 83 | 4E | 31 |
| Octal | 33 | 337 | 77 | 130 | 0 | 110 | 15 | 203 | 116 | 61 |
| Binary | 11011 | 11011111 | 111111 | 1011000 | 0 | 1001000 | 1101 | 10000011 | 1001110 | 110001 |
Color Harmonies of #1BDF3F
Complementary color
Monochromatic Colors of #1BDF3F
Black with #1BDF3F
Text Example
Text Example
White with #1BDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF3F; }
p { color: rgb(27,223,63); }
H1.HeaderClassName
{
color: #1BDF3F;
}
.AnyTagClassName
{
color: #1BDF3F;
}
</style>
background-color css
<style>
a { background-color: #1BDF3F; }
a { background-color: rgb(27,223,63); }
div.DivClassName
{
background-color: #1BDF3F;
}
.BgClassName
{
background-color: #1BDF3F;
}
</style>
border-color css
<style>
span { border-color: #1BDF3F; }
span { border-color: rgb(27,223,63); }
td.TdClassName
{
border-color: #1BDF3F;
}
.TagClassName
{
border-color: #1BDF3F;
}
</style>