Shades of Shamrock #30F89B
Tints of Shamrock #30F89B
RGB
CMYK
RGB Variations
Color information
#30F89B (or 0x30F89B) is known color: Shamrock. HEX triplet: 30, F8 and 9B. RGB value is (48,248,155). Sum of RGB (Red+Green+Blue) = 48+248+155=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #30F89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F89B is #CF0764. Grayscale: #B1B1B1. Windows color (decimal): -13567845 or 10221616. OLE color: 10221616.
HSL color Cylindrical-coordinate representation of color #30F89B: hue angle of 152.1º 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 #30F89B is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 155 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.03 |
| HSL | 152.1º | 0.93% | 0.58% | - |
| HSV(B) | 152.1º | 0.81% | 0.97% | - |
| XYZ | 40.7 | 70.13 | 42.4 | - |
| YUV | 177.6 | 115.24 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 155 | 0.81 | 0 | 0.38 | 0.03 | 152.1 | 0.93 | 0.58 |
| Hex | 30 | F8 | 9B | 51 | 0 | 26 | 3 | 98 | 5D | 3A |
| Octal | 60 | 370 | 233 | 121 | 0 | 46 | 3 | 230 | 135 | 72 |
| Binary | 110000 | 11111000 | 10011011 | 1010001 | 0 | 100110 | 11 | 10011000 | 1011101 | 111010 |
Color Harmonies of #30F89B
Complementary color
Monochromatic Colors of #30F89B
Black with #30F89B
Text Example
Text Example
White with #30F89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F89B; }
p { color: rgb(48,248,155); }
H1.HeaderClassName
{
color: #30F89B;
}
.AnyTagClassName
{
color: #30F89B;
}
</style>
background-color css
<style>
a { background-color: #30F89B; }
a { background-color: rgb(48,248,155); }
div.DivClassName
{
background-color: #30F89B;
}
.BgClassName
{
background-color: #30F89B;
}
</style>
border-color css
<style>
span { border-color: #30F89B; }
span { border-color: rgb(48,248,155); }
td.TdClassName
{
border-color: #30F89B;
}
.TagClassName
{
border-color: #30F89B;
}
</style>