Shades of Malachite #02F754
Tints of Malachite #02F754
RGB
CMYK
RGB Variations
Color information
#02F754 (or 0x02F754) is known color: Malachite. HEX triplet: 02, F7 and 54. RGB value is (2,247,84). Sum of RGB (Red+Green+Blue) = 2+247+84=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #02F754 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F754 is #FD08AB. Grayscale: #9B9B9B. Windows color (decimal): -16582828 or 5568258. OLE color: 5568258.
HSL color Cylindrical-coordinate representation of color #02F754: hue angle of 140.08º 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 #02F754 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 247 | 84 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.03 |
| HSL | 140.08º | 0.98% | 0.49% | - |
| HSV(B) | 140.08º | 0.99% | 0.97% | - |
| XYZ | 34.89 | 67.17 | 19.51 | - |
| YUV | 155.16 | 87.83 | 18.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 247 | 84 | 0.99 | 0 | 0.66 | 0.03 | 140.08 | 0.98 | 0.49 |
| Hex | 2 | F7 | 54 | 63 | 0 | 42 | 3 | 8C | 62 | 31 |
| Octal | 2 | 367 | 124 | 143 | 0 | 102 | 3 | 214 | 142 | 61 |
| Binary | 10 | 11110111 | 1010100 | 1100011 | 0 | 1000010 | 11 | 10001100 | 1100010 | 110001 |
Color Harmonies of #02F754
Complementary color
Monochromatic Colors of #02F754
Black with #02F754
Text Example
Text Example
White with #02F754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F754; }
p { color: rgb(2,247,84); }
H1.HeaderClassName
{
color: #02F754;
}
.AnyTagClassName
{
color: #02F754;
}
</style>
background-color css
<style>
a { background-color: #02F754; }
a { background-color: rgb(2,247,84); }
div.DivClassName
{
background-color: #02F754;
}
.BgClassName
{
background-color: #02F754;
}
</style>
border-color css
<style>
span { border-color: #02F754; }
span { border-color: rgb(2,247,84); }
td.TdClassName
{
border-color: #02F754;
}
.TagClassName
{
border-color: #02F754;
}
</style>