Shades of Shamrock #30F59F
Tints of Shamrock #30F59F
RGB
CMYK
RGB Variations
Color information
#30F59F (or 0x30F59F) is known color: Shamrock. HEX triplet: 30, F5 and 9F. RGB value is (48,245,159). Sum of RGB (Red+Green+Blue) = 48+245+159=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #30F59F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F59F is #CF0A60. Grayscale: #B0B0B0. Windows color (decimal): -13568609 or 10482992. OLE color: 10482992.
HSL color Cylindrical-coordinate representation of color #30F59F: hue angle of 153.81º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F59F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 159 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.04 |
| HSL | 153.81º | 0.91% | 0.57% | - |
| HSV(B) | 153.81º | 0.8% | 0.96% | - |
| XYZ | 40.13 | 68.44 | 43.9 | - |
| YUV | 176.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 159 | 0.80 | 0 | 0.35 | 0.04 | 153.81 | 0.91 | 0.57 |
| Hex | 30 | F5 | 9F | 50 | 0 | 23 | 4 | 9A | 5B | 39 |
| Octal | 60 | 365 | 237 | 120 | 0 | 43 | 4 | 232 | 133 | 71 |
| Binary | 110000 | 11110101 | 10011111 | 1010000 | 0 | 100011 | 100 | 10011010 | 1011011 | 111001 |
Color Harmonies of #30F59F
Complementary color
Monochromatic Colors of #30F59F
Black with #30F59F
Text Example
Text Example
White with #30F59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F59F; }
p { color: rgb(48,245,159); }
H1.HeaderClassName
{
color: #30F59F;
}
.AnyTagClassName
{
color: #30F59F;
}
</style>
background-color css
<style>
a { background-color: #30F59F; }
a { background-color: rgb(48,245,159); }
div.DivClassName
{
background-color: #30F59F;
}
.BgClassName
{
background-color: #30F59F;
}
</style>
border-color css
<style>
span { border-color: #30F59F; }
span { border-color: rgb(48,245,159); }
td.TdClassName
{
border-color: #30F59F;
}
.TagClassName
{
border-color: #30F59F;
}
</style>