Shades of Malachite #30FC64
Tints of Malachite #30FC64
RGB
CMYK
RGB Variations
Color information
#30FC64 (or 0x30FC64) is known color: Malachite. HEX triplet: 30, FC and 64. RGB value is (48,252,100). Sum of RGB (Red+Green+Blue) = 48+252+100=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 252 (98.83% from 255 or 63% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC64 is #CF039B. Grayscale: #AEAEAE. Windows color (decimal): -13566876 or 6618160. OLE color: 6618160.
HSL color Cylindrical-coordinate representation of color #30FC64: hue angle of 135.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC64 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 100 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.01 |
| HSL | 135.29º | 0.97% | 0.59% | - |
| HSV(B) | 135.29º | 0.81% | 0.99% | - |
| XYZ | 38.33 | 71.17 | 23.77 | - |
| YUV | 173.68 | 86.41 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 100 | 0.81 | 0 | 0.60 | 0.01 | 135.29 | 0.97 | 0.59 |
| Hex | 30 | FC | 64 | 51 | 0 | 3C | 1 | 87 | 61 | 3B |
| Octal | 60 | 374 | 144 | 121 | 0 | 74 | 1 | 207 | 141 | 73 |
| Binary | 110000 | 11111100 | 1100100 | 1010001 | 0 | 111100 | 1 | 10000111 | 1100001 | 111011 |
Color Harmonies of #30FC64
Complementary color
Monochromatic Colors of #30FC64
Black with #30FC64
Text Example
Text Example
White with #30FC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FC64; }
p { color: rgb(48,252,100); }
H1.HeaderClassName
{
color: #30FC64;
}
.AnyTagClassName
{
color: #30FC64;
}
</style>
background-color css
<style>
a { background-color: #30FC64; }
a { background-color: rgb(48,252,100); }
div.DivClassName
{
background-color: #30FC64;
}
.BgClassName
{
background-color: #30FC64;
}
</style>
border-color css
<style>
span { border-color: #30FC64; }
span { border-color: rgb(48,252,100); }
td.TdClassName
{
border-color: #30FC64;
}
.TagClassName
{
border-color: #30FC64;
}
</style>