Shades of Shamrock #30CF8F
Tints of Shamrock #30CF8F
RGB
CMYK
RGB Variations
Color information
#30CF8F (or 0x30CF8F) is known color: Shamrock. HEX triplet: 30, CF and 8F. RGB value is (48,207,143). Sum of RGB (Red+Green+Blue) = 48+207+143=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF8F is #CF3070. Grayscale: #989898. Windows color (decimal): -13578353 or 9424688. OLE color: 9424688.
HSL color Cylindrical-coordinate representation of color #30CF8F: hue angle of 155.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF8F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 143 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.19 |
| HSL | 155.85º | 0.62% | 0.5% | - |
| HSV(B) | 155.85º | 0.77% | 0.81% | - |
| XYZ | 28.49 | 47.24 | 33.6 | - |
| YUV | 152.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 143 | 0.77 | 0 | 0.31 | 0.19 | 155.85 | 0.62 | 0.5 |
| Hex | 30 | CF | 8F | 4D | 0 | 1F | 13 | 9C | 3E | 32 |
| Octal | 60 | 317 | 217 | 115 | 0 | 37 | 23 | 234 | 76 | 62 |
| Binary | 110000 | 11001111 | 10001111 | 1001101 | 0 | 11111 | 10011 | 10011100 | 111110 | 110010 |
Color Harmonies of #30CF8F
Complementary color
Monochromatic Colors of #30CF8F
Black with #30CF8F
Text Example
Text Example
White with #30CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF8F; }
p { color: rgb(48,207,143); }
H1.HeaderClassName
{
color: #30CF8F;
}
.AnyTagClassName
{
color: #30CF8F;
}
</style>
background-color css
<style>
a { background-color: #30CF8F; }
a { background-color: rgb(48,207,143); }
div.DivClassName
{
background-color: #30CF8F;
}
.BgClassName
{
background-color: #30CF8F;
}
</style>
border-color css
<style>
span { border-color: #30CF8F; }
span { border-color: rgb(48,207,143); }
td.TdClassName
{
border-color: #30CF8F;
}
.TagClassName
{
border-color: #30CF8F;
}
</style>