Shades of Shamrock #3FCD98
Tints of Shamrock #3FCD98
RGB
CMYK
RGB Variations
Color information
#3FCD98 (or 0x3FCD98) is known color: Shamrock. HEX triplet: 3F, CD and 98. RGB value is (63,205,152). Sum of RGB (Red+Green+Blue) = 63+205+152=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD98 is #C03267. Grayscale: #9C9C9C. Windows color (decimal): -12595816 or 10014015. OLE color: 10014015.
HSL color Cylindrical-coordinate representation of color #3FCD98: hue angle of 157.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD98 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 152 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.20 |
| HSL | 157.61º | 0.59% | 0.53% | - |
| HSV(B) | 157.61º | 0.69% | 0.8% | - |
| XYZ | 29.55 | 46.99 | 37.22 | - |
| YUV | 156.5 | 125.46 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 152 | 0.69 | 0 | 0.26 | 0.20 | 157.61 | 0.59 | 0.53 |
| Hex | 3F | CD | 98 | 45 | 0 | 1A | 14 | 9E | 3B | 35 |
| Octal | 77 | 315 | 230 | 105 | 0 | 32 | 24 | 236 | 73 | 65 |
| Binary | 111111 | 11001101 | 10011000 | 1000101 | 0 | 11010 | 10100 | 10011110 | 111011 | 110101 |
Color Harmonies of #3FCD98
Complementary color
Monochromatic Colors of #3FCD98
Black with #3FCD98
Text Example
Text Example
White with #3FCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD98; }
p { color: rgb(63,205,152); }
H1.HeaderClassName
{
color: #3FCD98;
}
.AnyTagClassName
{
color: #3FCD98;
}
</style>
background-color css
<style>
a { background-color: #3FCD98; }
a { background-color: rgb(63,205,152); }
div.DivClassName
{
background-color: #3FCD98;
}
.BgClassName
{
background-color: #3FCD98;
}
</style>
border-color css
<style>
span { border-color: #3FCD98; }
span { border-color: rgb(63,205,152); }
td.TdClassName
{
border-color: #3FCD98;
}
.TagClassName
{
border-color: #3FCD98;
}
</style>