Shades of Malachite #30EF6B
Tints of Malachite #30EF6B
RGB
CMYK
RGB Variations
Color information
#30EF6B (or 0x30EF6B) is known color: Malachite. HEX triplet: 30, EF and 6B. RGB value is (48,239,107). Sum of RGB (Red+Green+Blue) = 48+239+107=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EF6B is #CF1094. Grayscale: #A7A7A7. Windows color (decimal): -13570197 or 7073584. OLE color: 7073584.
HSL color Cylindrical-coordinate representation of color #30EF6B: hue angle of 138.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EF6B is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 239 | 107 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.06 |
| HSL | 138.53º | 0.86% | 0.56% | - |
| HSV(B) | 138.53º | 0.8% | 0.94% | - |
| XYZ | 34.74 | 63.42 | 24.32 | - |
| YUV | 166.84 | 94.22 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 107 | 0.80 | 0 | 0.55 | 0.06 | 138.53 | 0.86 | 0.56 |
| Hex | 30 | EF | 6B | 50 | 0 | 37 | 6 | 8B | 56 | 38 |
| Octal | 60 | 357 | 153 | 120 | 0 | 67 | 6 | 213 | 126 | 70 |
| Binary | 110000 | 11101111 | 1101011 | 1010000 | 0 | 110111 | 110 | 10001011 | 1010110 | 111000 |
Color Harmonies of #30EF6B
Complementary color
Monochromatic Colors of #30EF6B
Black with #30EF6B
Text Example
Text Example
White with #30EF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EF6B; }
p { color: rgb(48,239,107); }
H1.HeaderClassName
{
color: #30EF6B;
}
.AnyTagClassName
{
color: #30EF6B;
}
</style>
background-color css
<style>
a { background-color: #30EF6B; }
a { background-color: rgb(48,239,107); }
div.DivClassName
{
background-color: #30EF6B;
}
.BgClassName
{
background-color: #30EF6B;
}
</style>
border-color css
<style>
span { border-color: #30EF6B; }
span { border-color: rgb(48,239,107); }
td.TdClassName
{
border-color: #30EF6B;
}
.TagClassName
{
border-color: #30EF6B;
}
</style>