Shades of Malachite #1BF63D
Tints of Malachite #1BF63D
RGB
CMYK
RGB Variations
Color information
#1BF63D (or 0x1BF63D) is known color: Malachite. HEX triplet: 1B, F6 and 3D. RGB value is (27,246,61). Sum of RGB (Red+Green+Blue) = 27+246+61=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF63D is #E409C2. Grayscale: #9F9F9F. Windows color (decimal): -14944707 or 4060699. OLE color: 4060699.
HSL color Cylindrical-coordinate representation of color #1BF63D: hue angle of 129.32º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF63D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 246 | 61 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.04 |
| HSL | 129.32º | 0.92% | 0.54% | - |
| HSV(B) | 129.32º | 0.89% | 0.96% | - |
| XYZ | 34.25 | 66.48 | 15.44 | - |
| YUV | 159.43 | 72.45 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 246 | 61 | 0.89 | 0 | 0.75 | 0.04 | 129.32 | 0.92 | 0.54 |
| Hex | 1B | F6 | 3D | 59 | 0 | 4B | 4 | 81 | 5C | 36 |
| Octal | 33 | 366 | 75 | 131 | 0 | 113 | 4 | 201 | 134 | 66 |
| Binary | 11011 | 11110110 | 111101 | 1011001 | 0 | 1001011 | 100 | 10000001 | 1011100 | 110110 |
Color Harmonies of #1BF63D
Complementary color
Monochromatic Colors of #1BF63D
Black with #1BF63D
Text Example
Text Example
White with #1BF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF63D; }
p { color: rgb(27,246,61); }
H1.HeaderClassName
{
color: #1BF63D;
}
.AnyTagClassName
{
color: #1BF63D;
}
</style>
background-color css
<style>
a { background-color: #1BF63D; }
a { background-color: rgb(27,246,61); }
div.DivClassName
{
background-color: #1BF63D;
}
.BgClassName
{
background-color: #1BF63D;
}
</style>
border-color css
<style>
span { border-color: #1BF63D; }
span { border-color: rgb(27,246,61); }
td.TdClassName
{
border-color: #1BF63D;
}
.TagClassName
{
border-color: #1BF63D;
}
</style>