Shades of Shamrock #30F89C
Tints of Shamrock #30F89C
RGB
CMYK
RGB Variations
Color information
#30F89C (or 0x30F89C) is known color: Shamrock. HEX triplet: 30, F8 and 9C. RGB value is (48,248,156). Sum of RGB (Red+Green+Blue) = 48+248+156=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #30F89C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F89C is #CF0763. Grayscale: #B1B1B1. Windows color (decimal): -13567844 or 10287152. OLE color: 10287152.
HSL color Cylindrical-coordinate representation of color #30F89C: hue angle of 152.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F89C is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 156 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.03 |
| HSL | 152.4º | 0.93% | 0.58% | - |
| HSV(B) | 152.4º | 0.81% | 0.97% | - |
| XYZ | 40.79 | 70.16 | 42.85 | - |
| YUV | 177.71 | 115.74 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 156 | 0.81 | 0 | 0.37 | 0.03 | 152.4 | 0.93 | 0.58 |
| Hex | 30 | F8 | 9C | 51 | 0 | 25 | 3 | 98 | 5D | 3A |
| Octal | 60 | 370 | 234 | 121 | 0 | 45 | 3 | 230 | 135 | 72 |
| Binary | 110000 | 11111000 | 10011100 | 1010001 | 0 | 100101 | 11 | 10011000 | 1011101 | 111010 |
Color Harmonies of #30F89C
Complementary color
Monochromatic Colors of #30F89C
Black with #30F89C
Text Example
Text Example
White with #30F89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F89C; }
p { color: rgb(48,248,156); }
H1.HeaderClassName
{
color: #30F89C;
}
.AnyTagClassName
{
color: #30F89C;
}
</style>
background-color css
<style>
a { background-color: #30F89C; }
a { background-color: rgb(48,248,156); }
div.DivClassName
{
background-color: #30F89C;
}
.BgClassName
{
background-color: #30F89C;
}
</style>
border-color css
<style>
span { border-color: #30F89C; }
span { border-color: rgb(48,248,156); }
td.TdClassName
{
border-color: #30F89C;
}
.TagClassName
{
border-color: #30F89C;
}
</style>