Shades of Shamrock #30DE8E
Tints of Shamrock #30DE8E
RGB
CMYK
RGB Variations
Color information
#30DE8E (or 0x30DE8E) is known color: Shamrock. HEX triplet: 30, DE and 8E. RGB value is (48,222,142). Sum of RGB (Red+Green+Blue) = 48+222+142=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DE8E is #CF2171. Grayscale: #A1A1A1. Windows color (decimal): -13574514 or 9362992. OLE color: 9362992.
HSL color Cylindrical-coordinate representation of color #30DE8E: hue angle of 152.41º degrees, saturation: 0.73, 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 #30DE8E is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 142 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.13 |
| HSL | 152.41º | 0.73% | 0.53% | - |
| HSV(B) | 152.41º | 0.78% | 0.87% | - |
| XYZ | 32.22 | 54.82 | 34.47 | - |
| YUV | 160.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 142 | 0.78 | 0 | 0.36 | 0.13 | 152.41 | 0.73 | 0.53 |
| Hex | 30 | DE | 8E | 4E | 0 | 24 | D | 98 | 48 | 35 |
| Octal | 60 | 336 | 216 | 116 | 0 | 44 | 15 | 230 | 110 | 65 |
| Binary | 110000 | 11011110 | 10001110 | 1001110 | 0 | 100100 | 1101 | 10011000 | 1001000 | 110101 |
Color Harmonies of #30DE8E
Complementary color
Monochromatic Colors of #30DE8E
Black with #30DE8E
Text Example
Text Example
White with #30DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DE8E; }
p { color: rgb(48,222,142); }
H1.HeaderClassName
{
color: #30DE8E;
}
.AnyTagClassName
{
color: #30DE8E;
}
</style>
background-color css
<style>
a { background-color: #30DE8E; }
a { background-color: rgb(48,222,142); }
div.DivClassName
{
background-color: #30DE8E;
}
.BgClassName
{
background-color: #30DE8E;
}
</style>
border-color css
<style>
span { border-color: #30DE8E; }
span { border-color: rgb(48,222,142); }
td.TdClassName
{
border-color: #30DE8E;
}
.TagClassName
{
border-color: #30DE8E;
}
</style>