Shades of Shamrock #3FF18F
Tints of Shamrock #3FF18F
RGB
CMYK
RGB Variations
Color information
#3FF18F (or 0x3FF18F) is known color: Shamrock. HEX triplet: 3F, F1 and 8F. RGB value is (63,241,143). Sum of RGB (Red+Green+Blue) = 63+241+143=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF18F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF18F is #C00E70. Grayscale: #B0B0B0. Windows color (decimal): -12586609 or 9433407. OLE color: 9433407.
HSL color Cylindrical-coordinate representation of color #3FF18F: hue angle of 146.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF18F is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 143 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.05 |
| HSL | 146.97º | 0.86% | 0.6% | - |
| HSV(B) | 146.97º | 0.74% | 0.95% | - |
| XYZ | 38.46 | 65.95 | 36.69 | - |
| YUV | 176.61 | 109.03 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 143 | 0.74 | 0 | 0.41 | 0.05 | 146.97 | 0.86 | 0.6 |
| Hex | 3F | F1 | 8F | 4A | 0 | 29 | 5 | 93 | 56 | 3C |
| Octal | 77 | 361 | 217 | 112 | 0 | 51 | 5 | 223 | 126 | 74 |
| Binary | 111111 | 11110001 | 10001111 | 1001010 | 0 | 101001 | 101 | 10010011 | 1010110 | 111100 |
Color Harmonies of #3FF18F
Complementary color
Monochromatic Colors of #3FF18F
Black with #3FF18F
Text Example
Text Example
White with #3FF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF18F; }
p { color: rgb(63,241,143); }
H1.HeaderClassName
{
color: #3FF18F;
}
.AnyTagClassName
{
color: #3FF18F;
}
</style>
background-color css
<style>
a { background-color: #3FF18F; }
a { background-color: rgb(63,241,143); }
div.DivClassName
{
background-color: #3FF18F;
}
.BgClassName
{
background-color: #3FF18F;
}
</style>
border-color css
<style>
span { border-color: #3FF18F; }
span { border-color: rgb(63,241,143); }
td.TdClassName
{
border-color: #3FF18F;
}
.TagClassName
{
border-color: #3FF18F;
}
</style>