Shades of Shamrock #30CE84
Tints of Shamrock #30CE84
RGB
CMYK
RGB Variations
Color information
#30CE84 (or 0x30CE84) is known color: Shamrock. HEX triplet: 30, CE and 84. RGB value is (48,206,132). Sum of RGB (Red+Green+Blue) = 48+206+132=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CE84 is #CF317B. Grayscale: #969696. Windows color (decimal): -13578620 or 8703536. OLE color: 8703536.
HSL color Cylindrical-coordinate representation of color #30CE84: hue angle of 151.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE84 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 132 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.19 |
| HSL | 151.9º | 0.62% | 0.5% | - |
| HSV(B) | 151.9º | 0.77% | 0.81% | - |
| XYZ | 27.46 | 46.44 | 29.35 | - |
| YUV | 150.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 132 | 0.77 | 0 | 0.36 | 0.19 | 151.9 | 0.62 | 0.5 |
| Hex | 30 | CE | 84 | 4D | 0 | 24 | 13 | 98 | 3E | 32 |
| Octal | 60 | 316 | 204 | 115 | 0 | 44 | 23 | 230 | 76 | 62 |
| Binary | 110000 | 11001110 | 10000100 | 1001101 | 0 | 100100 | 10011 | 10011000 | 111110 | 110010 |
Color Harmonies of #30CE84
Complementary color
Monochromatic Colors of #30CE84
Black with #30CE84
Text Example
Text Example
White with #30CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE84; }
p { color: rgb(48,206,132); }
H1.HeaderClassName
{
color: #30CE84;
}
.AnyTagClassName
{
color: #30CE84;
}
</style>
background-color css
<style>
a { background-color: #30CE84; }
a { background-color: rgb(48,206,132); }
div.DivClassName
{
background-color: #30CE84;
}
.BgClassName
{
background-color: #30CE84;
}
</style>
border-color css
<style>
span { border-color: #30CE84; }
span { border-color: rgb(48,206,132); }
td.TdClassName
{
border-color: #30CE84;
}
.TagClassName
{
border-color: #30CE84;
}
</style>