Shades of Shamrock #30D77C
Tints of Shamrock #30D77C
RGB
CMYK
RGB Variations
Color information
#30D77C (or 0x30D77C) is known color: Shamrock. HEX triplet: 30, D7 and 7C. RGB value is (48,215,124). Sum of RGB (Red+Green+Blue) = 48+215+124=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #30D77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D77C is #CF2883. Grayscale: #9A9A9A. Windows color (decimal): -13576324 or 8181552. OLE color: 8181552.
HSL color Cylindrical-coordinate representation of color #30D77C: hue angle of 147.31º 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 #30D77C is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 124 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.16 |
| HSL | 147.31º | 0.68% | 0.52% | - |
| HSV(B) | 147.31º | 0.78% | 0.84% | - |
| XYZ | 29.16 | 50.68 | 27.32 | - |
| YUV | 154.69 | 110.67 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 124 | 0.78 | 0 | 0.42 | 0.16 | 147.31 | 0.68 | 0.52 |
| Hex | 30 | D7 | 7C | 4E | 0 | 2A | 10 | 93 | 44 | 34 |
| Octal | 60 | 327 | 174 | 116 | 0 | 52 | 20 | 223 | 104 | 64 |
| Binary | 110000 | 11010111 | 1111100 | 1001110 | 0 | 101010 | 10000 | 10010011 | 1000100 | 110100 |
Color Harmonies of #30D77C
Complementary color
Monochromatic Colors of #30D77C
Black with #30D77C
Text Example
Text Example
White with #30D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D77C; }
p { color: rgb(48,215,124); }
H1.HeaderClassName
{
color: #30D77C;
}
.AnyTagClassName
{
color: #30D77C;
}
</style>
background-color css
<style>
a { background-color: #30D77C; }
a { background-color: rgb(48,215,124); }
div.DivClassName
{
background-color: #30D77C;
}
.BgClassName
{
background-color: #30D77C;
}
</style>
border-color css
<style>
span { border-color: #30D77C; }
span { border-color: rgb(48,215,124); }
td.TdClassName
{
border-color: #30D77C;
}
.TagClassName
{
border-color: #30D77C;
}
</style>