Shades of Shamrock #30DD88
Tints of Shamrock #30DD88
RGB
CMYK
RGB Variations
Color information
#30DD88 (or 0x30DD88) is known color: Shamrock. HEX triplet: 30, DD and 88. RGB value is (48,221,136). Sum of RGB (Red+Green+Blue) = 48+221+136=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DD88 is #CF2277. Grayscale: #9F9F9F. Windows color (decimal): -13574776 or 8969520. OLE color: 8969520.
HSL color Cylindrical-coordinate representation of color #30DD88: hue angle of 150.52º 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 #30DD88 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 136 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.13 |
| HSL | 150.52º | 0.72% | 0.53% | - |
| HSV(B) | 150.52º | 0.78% | 0.87% | - |
| XYZ | 31.52 | 54.12 | 32.08 | - |
| YUV | 159.58 | 114.69 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 136 | 0.78 | 0 | 0.38 | 0.13 | 150.52 | 0.72 | 0.53 |
| Hex | 30 | DD | 88 | 4E | 0 | 26 | D | 97 | 48 | 35 |
| Octal | 60 | 335 | 210 | 116 | 0 | 46 | 15 | 227 | 110 | 65 |
| Binary | 110000 | 11011101 | 10001000 | 1001110 | 0 | 100110 | 1101 | 10010111 | 1001000 | 110101 |
Color Harmonies of #30DD88
Complementary color
Monochromatic Colors of #30DD88
Black with #30DD88
Text Example
Text Example
White with #30DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD88; }
p { color: rgb(48,221,136); }
H1.HeaderClassName
{
color: #30DD88;
}
.AnyTagClassName
{
color: #30DD88;
}
</style>
background-color css
<style>
a { background-color: #30DD88; }
a { background-color: rgb(48,221,136); }
div.DivClassName
{
background-color: #30DD88;
}
.BgClassName
{
background-color: #30DD88;
}
</style>
border-color css
<style>
span { border-color: #30DD88; }
span { border-color: rgb(48,221,136); }
td.TdClassName
{
border-color: #30DD88;
}
.TagClassName
{
border-color: #30DD88;
}
</style>