Shades of Malachite #03F254
Tints of Malachite #03F254
RGB
CMYK
RGB Variations
Color information
#03F254 (or 0x03F254) is known color: Malachite. HEX triplet: 03, F2 and 54. RGB value is (3,242,84). Sum of RGB (Red+Green+Blue) = 3+242+84=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #03F254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F254 is #FC0DAB. Grayscale: #989898. Windows color (decimal): -16518572 or 5566979. OLE color: 5566979.
HSL color Cylindrical-coordinate representation of color #03F254: hue angle of 140.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F254 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 84 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.05 |
| HSL | 140.33º | 0.98% | 0.48% | - |
| HSV(B) | 140.33º | 0.99% | 0.95% | - |
| XYZ | 33.39 | 64.16 | 19.01 | - |
| YUV | 152.53 | 89.32 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 84 | 0.99 | 0 | 0.65 | 0.05 | 140.33 | 0.98 | 0.48 |
| Hex | 3 | F2 | 54 | 63 | 0 | 41 | 5 | 8C | 62 | 30 |
| Octal | 3 | 362 | 124 | 143 | 0 | 101 | 5 | 214 | 142 | 60 |
| Binary | 11 | 11110010 | 1010100 | 1100011 | 0 | 1000001 | 101 | 10001100 | 1100010 | 110000 |
Color Harmonies of #03F254
Complementary color
Monochromatic Colors of #03F254
Black with #03F254
Text Example
Text Example
White with #03F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F254; }
p { color: rgb(3,242,84); }
H1.HeaderClassName
{
color: #03F254;
}
.AnyTagClassName
{
color: #03F254;
}
</style>
background-color css
<style>
a { background-color: #03F254; }
a { background-color: rgb(3,242,84); }
div.DivClassName
{
background-color: #03F254;
}
.BgClassName
{
background-color: #03F254;
}
</style>
border-color css
<style>
span { border-color: #03F254; }
span { border-color: rgb(3,242,84); }
td.TdClassName
{
border-color: #03F254;
}
.TagClassName
{
border-color: #03F254;
}
</style>