Shades of Shamrock #3FF698
Tints of Shamrock #3FF698
RGB
CMYK
RGB Variations
Color information
#3FF698 (or 0x3FF698) is known color: Shamrock. HEX triplet: 3F, F6 and 98. RGB value is (63,246,152). Sum of RGB (Red+Green+Blue) = 63+246+152=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF698 is #C00967. Grayscale: #B4B4B4. Windows color (decimal): -12585320 or 10024511. OLE color: 10024511.
HSL color Cylindrical-coordinate representation of color #3FF698: hue angle of 149.18º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF698 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 152 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.04 |
| HSL | 149.18º | 0.91% | 0.61% | - |
| HSV(B) | 149.18º | 0.74% | 0.96% | - |
| XYZ | 40.67 | 69.24 | 40.93 | - |
| YUV | 180.57 | 111.87 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 152 | 0.74 | 0 | 0.38 | 0.04 | 149.18 | 0.91 | 0.61 |
| Hex | 3F | F6 | 98 | 4A | 0 | 26 | 4 | 95 | 5B | 3D |
| Octal | 77 | 366 | 230 | 112 | 0 | 46 | 4 | 225 | 133 | 75 |
| Binary | 111111 | 11110110 | 10011000 | 1001010 | 0 | 100110 | 100 | 10010101 | 1011011 | 111101 |
Color Harmonies of #3FF698
Complementary color
Monochromatic Colors of #3FF698
Black with #3FF698
Text Example
Text Example
White with #3FF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF698; }
p { color: rgb(63,246,152); }
H1.HeaderClassName
{
color: #3FF698;
}
.AnyTagClassName
{
color: #3FF698;
}
</style>
background-color css
<style>
a { background-color: #3FF698; }
a { background-color: rgb(63,246,152); }
div.DivClassName
{
background-color: #3FF698;
}
.BgClassName
{
background-color: #3FF698;
}
</style>
border-color css
<style>
span { border-color: #3FF698; }
span { border-color: rgb(63,246,152); }
td.TdClassName
{
border-color: #3FF698;
}
.TagClassName
{
border-color: #3FF698;
}
</style>