Shades of Malachite #02F638
Tints of Malachite #02F638
RGB
CMYK
RGB Variations
Color information
#02F638 (or 0x02F638) is known color: Malachite. HEX triplet: 02, F6 and 38. RGB value is (2,246,56). Sum of RGB (Red+Green+Blue) = 2+246+56=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #02F638 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F638 is #FD09C7. Grayscale: #979797. Windows color (decimal): -16583112 or 3732994. OLE color: 3732994.
HSL color Cylindrical-coordinate representation of color #02F638: hue angle of 133.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F638 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 246 | 56 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.04 |
| HSL | 133.28º | 0.98% | 0.49% | - |
| HSV(B) | 133.28º | 0.99% | 0.96% | - |
| XYZ | 33.69 | 66.21 | 14.75 | - |
| YUV | 151.38 | 74.16 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 246 | 56 | 0.99 | 0 | 0.77 | 0.04 | 133.28 | 0.98 | 0.49 |
| Hex | 2 | F6 | 38 | 63 | 0 | 4D | 4 | 85 | 62 | 31 |
| Octal | 2 | 366 | 70 | 143 | 0 | 115 | 4 | 205 | 142 | 61 |
| Binary | 10 | 11110110 | 111000 | 1100011 | 0 | 1001101 | 100 | 10000101 | 1100010 | 110001 |
Color Harmonies of #02F638
Complementary color
Monochromatic Colors of #02F638
Black with #02F638
Text Example
Text Example
White with #02F638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F638; }
p { color: rgb(2,246,56); }
H1.HeaderClassName
{
color: #02F638;
}
.AnyTagClassName
{
color: #02F638;
}
</style>
background-color css
<style>
a { background-color: #02F638; }
a { background-color: rgb(2,246,56); }
div.DivClassName
{
background-color: #02F638;
}
.BgClassName
{
background-color: #02F638;
}
</style>
border-color css
<style>
span { border-color: #02F638; }
span { border-color: rgb(2,246,56); }
td.TdClassName
{
border-color: #02F638;
}
.TagClassName
{
border-color: #02F638;
}
</style>