Shades of Malachite #20FF4B
Tints of Malachite #20FF4B
RGB
CMYK
RGB Variations
Color information
#20FF4B (or 0x20FF4B) is known color: Malachite. HEX triplet: 20, FF and 4B. RGB value is (32,255,75). Sum of RGB (Red+Green+Blue) = 32+255+75=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FF4B is #DF00B4. Grayscale: #A8A8A8. Windows color (decimal): -14614709 or 4980512. OLE color: 4980512.
HSL color Cylindrical-coordinate representation of color #20FF4B: hue angle of 131.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FF4B is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 75 | - |
| CMYK | 0.87 | 0 | 0.71 | 0 |
| HSL | 131.57º | 1% | 0.56% | - |
| HSV(B) | 131.57º | 0.87% | 1% | - |
| XYZ | 37.63 | 72.34 | 18.64 | - |
| YUV | 167.8 | 75.62 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 75 | 0.87 | 0 | 0.71 | 0 | 131.57 | 1 | 0.56 |
| Hex | 20 | FF | 4B | 57 | 0 | 47 | 0 | 84 | 64 | 38 |
| Octal | 40 | 377 | 113 | 127 | 0 | 107 | 0 | 204 | 144 | 70 |
| Binary | 100000 | 11111111 | 1001011 | 1010111 | 0 | 1000111 | 0 | 10000100 | 1100100 | 111000 |
Color Harmonies of #20FF4B
Complementary color
Monochromatic Colors of #20FF4B
Black with #20FF4B
Text Example
Text Example
White with #20FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF4B; }
p { color: rgb(32,255,75); }
H1.HeaderClassName
{
color: #20FF4B;
}
.AnyTagClassName
{
color: #20FF4B;
}
</style>
background-color css
<style>
a { background-color: #20FF4B; }
a { background-color: rgb(32,255,75); }
div.DivClassName
{
background-color: #20FF4B;
}
.BgClassName
{
background-color: #20FF4B;
}
</style>
border-color css
<style>
span { border-color: #20FF4B; }
span { border-color: rgb(32,255,75); }
td.TdClassName
{
border-color: #20FF4B;
}
.TagClassName
{
border-color: #20FF4B;
}
</style>