Shades of Shamrock #30D88B
Tints of Shamrock #30D88B
RGB
CMYK
RGB Variations
Color information
#30D88B (or 0x30D88B) is known color: Shamrock. HEX triplet: 30, D8 and 8B. RGB value is (48,216,139). Sum of RGB (Red+Green+Blue) = 48+216+139=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #30D88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D88B is #CF2774. Grayscale: #9D9D9D. Windows color (decimal): -13576053 or 9164848. OLE color: 9164848.
HSL color Cylindrical-coordinate representation of color #30D88B: hue angle of 152.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D88B is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 139 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.15 |
| HSL | 152.5º | 0.68% | 0.52% | - |
| HSV(B) | 152.5º | 0.78% | 0.85% | - |
| XYZ | 30.43 | 51.6 | 32.78 | - |
| YUV | 156.99 | 117.84 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 139 | 0.78 | 0 | 0.36 | 0.15 | 152.5 | 0.68 | 0.52 |
| Hex | 30 | D8 | 8B | 4E | 0 | 24 | F | 98 | 44 | 34 |
| Octal | 60 | 330 | 213 | 116 | 0 | 44 | 17 | 230 | 104 | 64 |
| Binary | 110000 | 11011000 | 10001011 | 1001110 | 0 | 100100 | 1111 | 10011000 | 1000100 | 110100 |
Color Harmonies of #30D88B
Complementary color
Monochromatic Colors of #30D88B
Black with #30D88B
Text Example
Text Example
White with #30D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D88B; }
p { color: rgb(48,216,139); }
H1.HeaderClassName
{
color: #30D88B;
}
.AnyTagClassName
{
color: #30D88B;
}
</style>
background-color css
<style>
a { background-color: #30D88B; }
a { background-color: rgb(48,216,139); }
div.DivClassName
{
background-color: #30D88B;
}
.BgClassName
{
background-color: #30D88B;
}
</style>
border-color css
<style>
span { border-color: #30D88B; }
span { border-color: rgb(48,216,139); }
td.TdClassName
{
border-color: #30D88B;
}
.TagClassName
{
border-color: #30D88B;
}
</style>