Shades of Shamrock #3FE198
Tints of Shamrock #3FE198
RGB
CMYK
RGB Variations
Color information
#3FE198 (or 0x3FE198) is known color: Shamrock. HEX triplet: 3F, E1 and 98. RGB value is (63,225,152). Sum of RGB (Red+Green+Blue) = 63+225+152=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE198 is #C01E67. Grayscale: #A8A8A8. Windows color (decimal): -12590696 or 10019135. OLE color: 10019135.
HSL color Cylindrical-coordinate representation of color #3FE198: hue angle of 152.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE198 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 152 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.12 |
| HSL | 152.96º | 0.73% | 0.56% | - |
| HSV(B) | 152.96º | 0.72% | 0.88% | - |
| XYZ | 34.64 | 57.17 | 38.92 | - |
| YUV | 168.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 152 | 0.72 | 0 | 0.32 | 0.12 | 152.96 | 0.73 | 0.56 |
| Hex | 3F | E1 | 98 | 48 | 0 | 20 | C | 99 | 49 | 38 |
| Octal | 77 | 341 | 230 | 110 | 0 | 40 | 14 | 231 | 111 | 70 |
| Binary | 111111 | 11100001 | 10011000 | 1001000 | 0 | 100000 | 1100 | 10011001 | 1001001 | 111000 |
Color Harmonies of #3FE198
Complementary color
Monochromatic Colors of #3FE198
Black with #3FE198
Text Example
Text Example
White with #3FE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE198; }
p { color: rgb(63,225,152); }
H1.HeaderClassName
{
color: #3FE198;
}
.AnyTagClassName
{
color: #3FE198;
}
</style>
background-color css
<style>
a { background-color: #3FE198; }
a { background-color: rgb(63,225,152); }
div.DivClassName
{
background-color: #3FE198;
}
.BgClassName
{
background-color: #3FE198;
}
</style>
border-color css
<style>
span { border-color: #3FE198; }
span { border-color: rgb(63,225,152); }
td.TdClassName
{
border-color: #3FE198;
}
.TagClassName
{
border-color: #3FE198;
}
</style>