Shades of Shamrock #30F687
Tints of Shamrock #30F687
RGB
CMYK
RGB Variations
Color information
#30F687 (or 0x30F687) is known color: Shamrock. HEX triplet: 30, F6 and 87. RGB value is (48,246,135). Sum of RGB (Red+Green+Blue) = 48+246+135=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #30F687 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F687 is #CF0978. Grayscale: #AEAEAE. Windows color (decimal): -13568377 or 8910384. OLE color: 8910384.
HSL color Cylindrical-coordinate representation of color #30F687: hue angle of 146.36º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F687 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 135 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.04 |
| HSL | 146.36º | 0.92% | 0.58% | - |
| HSV(B) | 146.36º | 0.8% | 0.96% | - |
| XYZ | 38.55 | 68.29 | 34.07 | - |
| YUV | 174.14 | 105.9 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 135 | 0.80 | 0 | 0.45 | 0.04 | 146.36 | 0.92 | 0.58 |
| Hex | 30 | F6 | 87 | 50 | 0 | 2D | 4 | 92 | 5C | 3A |
| Octal | 60 | 366 | 207 | 120 | 0 | 55 | 4 | 222 | 134 | 72 |
| Binary | 110000 | 11110110 | 10000111 | 1010000 | 0 | 101101 | 100 | 10010010 | 1011100 | 111010 |
Color Harmonies of #30F687
Complementary color
Monochromatic Colors of #30F687
Black with #30F687
Text Example
Text Example
White with #30F687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F687; }
p { color: rgb(48,246,135); }
H1.HeaderClassName
{
color: #30F687;
}
.AnyTagClassName
{
color: #30F687;
}
</style>
background-color css
<style>
a { background-color: #30F687; }
a { background-color: rgb(48,246,135); }
div.DivClassName
{
background-color: #30F687;
}
.BgClassName
{
background-color: #30F687;
}
</style>
border-color css
<style>
span { border-color: #30F687; }
span { border-color: rgb(48,246,135); }
td.TdClassName
{
border-color: #30F687;
}
.TagClassName
{
border-color: #30F687;
}
</style>