Shades of Shamrock #3FFF9F
Tints of Shamrock #3FFF9F
RGB
CMYK
RGB Variations
Color information
#3FFF9F (or 0x3FFF9F) is known color: Shamrock. HEX triplet: 3F, FF and 9F. RGB value is (63,255,159). Sum of RGB (Red+Green+Blue) = 63+255+159=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFF9F is #C00060. Grayscale: #BABABA. Windows color (decimal): -12583009 or 10485567. OLE color: 10485567.
HSL color Cylindrical-coordinate representation of color #3FFF9F: hue angle of 150º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFF9F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 159 | - |
| CMYK | 0.75 | 0 | 0.38 | 0 |
| HSL | 150º | 1% | 0.62% | - |
| HSV(B) | 150º | 0.75% | 1% | - |
| XYZ | 44.07 | 75.08 | 44.97 | - |
| YUV | 186.65 | 112.39 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 159 | 0.75 | 0 | 0.38 | 0 | 150 | 1 | 0.62 |
| Hex | 3F | FF | 9F | 4B | 0 | 26 | 0 | 96 | 64 | 3E |
| Octal | 77 | 377 | 237 | 113 | 0 | 46 | 0 | 226 | 144 | 76 |
| Binary | 111111 | 11111111 | 10011111 | 1001011 | 0 | 100110 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3FFF9F
Complementary color
Monochromatic Colors of #3FFF9F
Black with #3FFF9F
Text Example
Text Example
White with #3FFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF9F; }
p { color: rgb(63,255,159); }
H1.HeaderClassName
{
color: #3FFF9F;
}
.AnyTagClassName
{
color: #3FFF9F;
}
</style>
background-color css
<style>
a { background-color: #3FFF9F; }
a { background-color: rgb(63,255,159); }
div.DivClassName
{
background-color: #3FFF9F;
}
.BgClassName
{
background-color: #3FFF9F;
}
</style>
border-color css
<style>
span { border-color: #3FFF9F; }
span { border-color: rgb(63,255,159); }
td.TdClassName
{
border-color: #3FFF9F;
}
.TagClassName
{
border-color: #3FFF9F;
}
</style>