Shades of Shamrock #30D797
Tints of Shamrock #30D797
RGB
CMYK
RGB Variations
Color information
#30D797 (or 0x30D797) is known color: Shamrock. HEX triplet: 30, D7 and 97. RGB value is (48,215,151). Sum of RGB (Red+Green+Blue) = 48+215+151=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #30D797 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D797 is #CF2868. Grayscale: #9D9D9D. Windows color (decimal): -13576297 or 9951024. OLE color: 9951024.
HSL color Cylindrical-coordinate representation of color #30D797: hue angle of 157.01º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D797 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 151 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.16 |
| HSL | 157.01º | 0.68% | 0.52% | - |
| HSV(B) | 157.01º | 0.78% | 0.84% | - |
| XYZ | 31.11 | 51.46 | 37.57 | - |
| YUV | 157.77 | 124.17 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 151 | 0.78 | 0 | 0.30 | 0.16 | 157.01 | 0.68 | 0.52 |
| Hex | 30 | D7 | 97 | 4E | 0 | 1E | 10 | 9D | 44 | 34 |
| Octal | 60 | 327 | 227 | 116 | 0 | 36 | 20 | 235 | 104 | 64 |
| Binary | 110000 | 11010111 | 10010111 | 1001110 | 0 | 11110 | 10000 | 10011101 | 1000100 | 110100 |
Color Harmonies of #30D797
Complementary color
Monochromatic Colors of #30D797
Black with #30D797
Text Example
Text Example
White with #30D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D797; }
p { color: rgb(48,215,151); }
H1.HeaderClassName
{
color: #30D797;
}
.AnyTagClassName
{
color: #30D797;
}
</style>
background-color css
<style>
a { background-color: #30D797; }
a { background-color: rgb(48,215,151); }
div.DivClassName
{
background-color: #30D797;
}
.BgClassName
{
background-color: #30D797;
}
</style>
border-color css
<style>
span { border-color: #30D797; }
span { border-color: rgb(48,215,151); }
td.TdClassName
{
border-color: #30D797;
}
.TagClassName
{
border-color: #30D797;
}
</style>