Shades of Shamrock #30DC89
Tints of Shamrock #30DC89
RGB
CMYK
RGB Variations
Color information
#30DC89 (or 0x30DC89) is known color: Shamrock. HEX triplet: 30, DC and 89. RGB value is (48,220,137). Sum of RGB (Red+Green+Blue) = 48+220+137=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DC89 is #CF2376. Grayscale: #9F9F9F. Windows color (decimal): -13575031 or 9034800. OLE color: 9034800.
HSL color Cylindrical-coordinate representation of color #30DC89: hue angle of 151.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC89 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 137 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.14 |
| HSL | 151.05º | 0.71% | 0.53% | - |
| HSV(B) | 151.05º | 0.78% | 0.86% | - |
| XYZ | 31.33 | 53.62 | 32.37 | - |
| YUV | 159.11 | 115.52 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 137 | 0.78 | 0 | 0.38 | 0.14 | 151.05 | 0.71 | 0.53 |
| Hex | 30 | DC | 89 | 4E | 0 | 26 | E | 97 | 47 | 35 |
| Octal | 60 | 334 | 211 | 116 | 0 | 46 | 16 | 227 | 107 | 65 |
| Binary | 110000 | 11011100 | 10001001 | 1001110 | 0 | 100110 | 1110 | 10010111 | 1000111 | 110101 |
Color Harmonies of #30DC89
Complementary color
Monochromatic Colors of #30DC89
Black with #30DC89
Text Example
Text Example
White with #30DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC89; }
p { color: rgb(48,220,137); }
H1.HeaderClassName
{
color: #30DC89;
}
.AnyTagClassName
{
color: #30DC89;
}
</style>
background-color css
<style>
a { background-color: #30DC89; }
a { background-color: rgb(48,220,137); }
div.DivClassName
{
background-color: #30DC89;
}
.BgClassName
{
background-color: #30DC89;
}
</style>
border-color css
<style>
span { border-color: #30DC89; }
span { border-color: rgb(48,220,137); }
td.TdClassName
{
border-color: #30DC89;
}
.TagClassName
{
border-color: #30DC89;
}
</style>