Shades of Malachite #30F66B
Tints of Malachite #30F66B
RGB
CMYK
RGB Variations
Color information
#30F66B (or 0x30F66B) is known color: Malachite. HEX triplet: 30, F6 and 6B. RGB value is (48,246,107). Sum of RGB (Red+Green+Blue) = 48+246+107=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 246 (96.48% from 255 or 61.35% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 246 - color contains mainly: green. Hex color #30F66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F66B is #CF0994. Grayscale: #ABABAB. Windows color (decimal): -13568405 or 7075376. OLE color: 7075376.
HSL color Cylindrical-coordinate representation of color #30F66B: hue angle of 137.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F66B is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 107 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.04 |
| HSL | 137.88º | 0.92% | 0.58% | - |
| HSV(B) | 137.88º | 0.8% | 0.96% | - |
| XYZ | 36.83 | 67.6 | 25.02 | - |
| YUV | 170.95 | 91.9 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 107 | 0.80 | 0 | 0.57 | 0.04 | 137.88 | 0.92 | 0.58 |
| Hex | 30 | F6 | 6B | 50 | 0 | 39 | 4 | 8A | 5C | 3A |
| Octal | 60 | 366 | 153 | 120 | 0 | 71 | 4 | 212 | 134 | 72 |
| Binary | 110000 | 11110110 | 1101011 | 1010000 | 0 | 111001 | 100 | 10001010 | 1011100 | 111010 |
Color Harmonies of #30F66B
Complementary color
Monochromatic Colors of #30F66B
Black with #30F66B
Text Example
Text Example
White with #30F66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F66B; }
p { color: rgb(48,246,107); }
H1.HeaderClassName
{
color: #30F66B;
}
.AnyTagClassName
{
color: #30F66B;
}
</style>
background-color css
<style>
a { background-color: #30F66B; }
a { background-color: rgb(48,246,107); }
div.DivClassName
{
background-color: #30F66B;
}
.BgClassName
{
background-color: #30F66B;
}
</style>
border-color css
<style>
span { border-color: #30F66B; }
span { border-color: rgb(48,246,107); }
td.TdClassName
{
border-color: #30F66B;
}
.TagClassName
{
border-color: #30F66B;
}
</style>