Shades of Shamrock #30DD97
Tints of Shamrock #30DD97
RGB
CMYK
RGB Variations
Color information
#30DD97 (or 0x30DD97) is known color: Shamrock. HEX triplet: 30, DD and 97. RGB value is (48,221,151). Sum of RGB (Red+Green+Blue) = 48+221+151=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DD97 is #CF2268. Grayscale: #A1A1A1. Windows color (decimal): -13574761 or 9952560. OLE color: 9952560.
HSL color Cylindrical-coordinate representation of color #30DD97: hue angle of 155.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD97 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 151 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.13 |
| HSL | 155.72º | 0.72% | 0.53% | - |
| HSV(B) | 155.72º | 0.78% | 0.87% | - |
| XYZ | 32.66 | 54.58 | 38.09 | - |
| YUV | 161.29 | 122.19 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 151 | 0.78 | 0 | 0.32 | 0.13 | 155.72 | 0.72 | 0.53 |
| Hex | 30 | DD | 97 | 4E | 0 | 20 | D | 9C | 48 | 35 |
| Octal | 60 | 335 | 227 | 116 | 0 | 40 | 15 | 234 | 110 | 65 |
| Binary | 110000 | 11011101 | 10010111 | 1001110 | 0 | 100000 | 1101 | 10011100 | 1001000 | 110101 |
Color Harmonies of #30DD97
Complementary color
Monochromatic Colors of #30DD97
Black with #30DD97
Text Example
Text Example
White with #30DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD97; }
p { color: rgb(48,221,151); }
H1.HeaderClassName
{
color: #30DD97;
}
.AnyTagClassName
{
color: #30DD97;
}
</style>
background-color css
<style>
a { background-color: #30DD97; }
a { background-color: rgb(48,221,151); }
div.DivClassName
{
background-color: #30DD97;
}
.BgClassName
{
background-color: #30DD97;
}
</style>
border-color css
<style>
span { border-color: #30DD97; }
span { border-color: rgb(48,221,151); }
td.TdClassName
{
border-color: #30DD97;
}
.TagClassName
{
border-color: #30DD97;
}
</style>