Shades of Malachite #03F752
Tints of Malachite #03F752
RGB
CMYK
RGB Variations
Color information
#03F752 (or 0x03F752) is known color: Malachite. HEX triplet: 03, F7 and 52. RGB value is (3,247,82). Sum of RGB (Red+Green+Blue) = 3+247+82=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 247 (96.88% from 255 or 74.40% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 247 - color contains mainly: green. Hex color #03F752 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F752 is #FC08AD. Grayscale: #9B9B9B. Windows color (decimal): -16517294 or 5437187. OLE color: 5437187.
HSL color Cylindrical-coordinate representation of color #03F752: hue angle of 139.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F752 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 247 | 82 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.03 |
| HSL | 139.43º | 0.98% | 0.49% | - |
| HSV(B) | 139.43º | 0.99% | 0.97% | - |
| XYZ | 34.82 | 67.15 | 19.11 | - |
| YUV | 155.23 | 86.66 | 19.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 247 | 82 | 0.99 | 0 | 0.67 | 0.03 | 139.43 | 0.98 | 0.49 |
| Hex | 3 | F7 | 52 | 63 | 0 | 43 | 3 | 8B | 62 | 31 |
| Octal | 3 | 367 | 122 | 143 | 0 | 103 | 3 | 213 | 142 | 61 |
| Binary | 11 | 11110111 | 1010010 | 1100011 | 0 | 1000011 | 11 | 10001011 | 1100010 | 110001 |
Color Harmonies of #03F752
Complementary color
Monochromatic Colors of #03F752
Black with #03F752
Text Example
Text Example
White with #03F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F752; }
p { color: rgb(3,247,82); }
H1.HeaderClassName
{
color: #03F752;
}
.AnyTagClassName
{
color: #03F752;
}
</style>
background-color css
<style>
a { background-color: #03F752; }
a { background-color: rgb(3,247,82); }
div.DivClassName
{
background-color: #03F752;
}
.BgClassName
{
background-color: #03F752;
}
</style>
border-color css
<style>
span { border-color: #03F752; }
span { border-color: rgb(3,247,82); }
td.TdClassName
{
border-color: #03F752;
}
.TagClassName
{
border-color: #03F752;
}
</style>