Shades of Malachite #1BFD3D
Tints of Malachite #1BFD3D
RGB
CMYK
RGB Variations
Color information
#1BFD3D (or 0x1BFD3D) is known color: Malachite. HEX triplet: 1B, FD and 3D. RGB value is (27,253,61). Sum of RGB (Red+Green+Blue) = 27+253+61=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 253 (99.22% from 255 or 74.19% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD3D is #E402C2. Grayscale: #A4A4A4. Windows color (decimal): -14942915 or 4062491. OLE color: 4062491.
HSL color Cylindrical-coordinate representation of color #1BFD3D: hue angle of 129.03º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFD3D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 61 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.01 |
| HSL | 129.03º | 0.98% | 0.55% | - |
| HSV(B) | 129.03º | 0.89% | 0.99% | - |
| XYZ | 36.42 | 70.82 | 16.17 | - |
| YUV | 163.54 | 70.13 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 61 | 0.89 | 0 | 0.76 | 0.01 | 129.03 | 0.98 | 0.55 |
| Hex | 1B | FD | 3D | 59 | 0 | 4C | 1 | 81 | 62 | 37 |
| Octal | 33 | 375 | 75 | 131 | 0 | 114 | 1 | 201 | 142 | 67 |
| Binary | 11011 | 11111101 | 111101 | 1011001 | 0 | 1001100 | 1 | 10000001 | 1100010 | 110111 |
Color Harmonies of #1BFD3D
Complementary color
Monochromatic Colors of #1BFD3D
Black with #1BFD3D
Text Example
Text Example
White with #1BFD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD3D; }
p { color: rgb(27,253,61); }
H1.HeaderClassName
{
color: #1BFD3D;
}
.AnyTagClassName
{
color: #1BFD3D;
}
</style>
background-color css
<style>
a { background-color: #1BFD3D; }
a { background-color: rgb(27,253,61); }
div.DivClassName
{
background-color: #1BFD3D;
}
.BgClassName
{
background-color: #1BFD3D;
}
</style>
border-color css
<style>
span { border-color: #1BFD3D; }
span { border-color: rgb(27,253,61); }
td.TdClassName
{
border-color: #1BFD3D;
}
.TagClassName
{
border-color: #1BFD3D;
}
</style>