Shades of Shamrock #30FB9F
Tints of Shamrock #30FB9F
RGB
CMYK
RGB Variations
Color information
#30FB9F (or 0x30FB9F) is known color: Shamrock. HEX triplet: 30, FB and 9F. RGB value is (48,251,159). Sum of RGB (Red+Green+Blue) = 48+251+159=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FB9F is #CF0460. Grayscale: #B3B3B3. Windows color (decimal): -13567073 or 10484528. OLE color: 10484528.
HSL color Cylindrical-coordinate representation of color #30FB9F: hue angle of 152.81º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB9F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 159 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.02 |
| HSL | 152.81º | 0.96% | 0.59% | - |
| HSV(B) | 152.81º | 0.81% | 0.98% | - |
| XYZ | 41.97 | 72.13 | 44.51 | - |
| YUV | 179.82 | 116.25 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 159 | 0.81 | 0 | 0.37 | 0.02 | 152.81 | 0.96 | 0.59 |
| Hex | 30 | FB | 9F | 51 | 0 | 25 | 2 | 99 | 60 | 3B |
| Octal | 60 | 373 | 237 | 121 | 0 | 45 | 2 | 231 | 140 | 73 |
| Binary | 110000 | 11111011 | 10011111 | 1010001 | 0 | 100101 | 10 | 10011001 | 1100000 | 111011 |
Color Harmonies of #30FB9F
Complementary color
Monochromatic Colors of #30FB9F
Black with #30FB9F
Text Example
Text Example
White with #30FB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB9F; }
p { color: rgb(48,251,159); }
H1.HeaderClassName
{
color: #30FB9F;
}
.AnyTagClassName
{
color: #30FB9F;
}
</style>
background-color css
<style>
a { background-color: #30FB9F; }
a { background-color: rgb(48,251,159); }
div.DivClassName
{
background-color: #30FB9F;
}
.BgClassName
{
background-color: #30FB9F;
}
</style>
border-color css
<style>
span { border-color: #30FB9F; }
span { border-color: rgb(48,251,159); }
td.TdClassName
{
border-color: #30FB9F;
}
.TagClassName
{
border-color: #30FB9F;
}
</style>