Shades of Shamrock #30F797
Tints of Shamrock #30F797
RGB
CMYK
RGB Variations
Color information
#30F797 (or 0x30F797) is known color: Shamrock. HEX triplet: 30, F7 and 97. RGB value is (48,247,151). Sum of RGB (Red+Green+Blue) = 48+247+151=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #30F797 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F797 is #CF0868. Grayscale: #B0B0B0. Windows color (decimal): -13568105 or 9959216. OLE color: 9959216.
HSL color Cylindrical-coordinate representation of color #30F797: hue angle of 151.06º 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 #30F797 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 151 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.03 |
| HSL | 151.06º | 0.93% | 0.58% | - |
| HSV(B) | 151.06º | 0.81% | 0.97% | - |
| XYZ | 40.07 | 69.38 | 40.56 | - |
| YUV | 176.56 | 113.57 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 151 | 0.81 | 0 | 0.39 | 0.03 | 151.06 | 0.93 | 0.58 |
| Hex | 30 | F7 | 97 | 51 | 0 | 27 | 3 | 97 | 5D | 3A |
| Octal | 60 | 367 | 227 | 121 | 0 | 47 | 3 | 227 | 135 | 72 |
| Binary | 110000 | 11110111 | 10010111 | 1010001 | 0 | 100111 | 11 | 10010111 | 1011101 | 111010 |
Color Harmonies of #30F797
Complementary color
Monochromatic Colors of #30F797
Black with #30F797
Text Example
Text Example
White with #30F797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F797; }
p { color: rgb(48,247,151); }
H1.HeaderClassName
{
color: #30F797;
}
.AnyTagClassName
{
color: #30F797;
}
</style>
background-color css
<style>
a { background-color: #30F797; }
a { background-color: rgb(48,247,151); }
div.DivClassName
{
background-color: #30F797;
}
.BgClassName
{
background-color: #30F797;
}
</style>
border-color css
<style>
span { border-color: #30F797; }
span { border-color: rgb(48,247,151); }
td.TdClassName
{
border-color: #30F797;
}
.TagClassName
{
border-color: #30F797;
}
</style>