Shades of Shamrock #3FFF9C
Tints of Shamrock #3FFF9C
RGB
CMYK
RGB Variations
Color information
#3FFF9C (or 0x3FFF9C) is known color: Shamrock. HEX triplet: 3F, FF and 9C. RGB value is (63,255,156). Sum of RGB (Red+Green+Blue) = 63+255+156=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFF9C is #C00063. Grayscale: #BABABA. Windows color (decimal): -12583012 or 10288959. OLE color: 10288959.
HSL color Cylindrical-coordinate representation of color #3FFF9C: hue angle of 149.06º 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 #3FFF9C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 156 | - |
| CMYK | 0.75 | 0 | 0.39 | 0 |
| HSL | 149.06º | 1% | 0.62% | - |
| HSV(B) | 149.06º | 0.75% | 1% | - |
| XYZ | 43.81 | 74.98 | 43.62 | - |
| YUV | 186.31 | 110.89 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 156 | 0.75 | 0 | 0.39 | 0 | 149.06 | 1 | 0.62 |
| Hex | 3F | FF | 9C | 4B | 0 | 27 | 0 | 95 | 64 | 3E |
| Octal | 77 | 377 | 234 | 113 | 0 | 47 | 0 | 225 | 144 | 76 |
| Binary | 111111 | 11111111 | 10011100 | 1001011 | 0 | 100111 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3FFF9C
Complementary color
Monochromatic Colors of #3FFF9C
Black with #3FFF9C
Text Example
Text Example
White with #3FFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF9C; }
p { color: rgb(63,255,156); }
H1.HeaderClassName
{
color: #3FFF9C;
}
.AnyTagClassName
{
color: #3FFF9C;
}
</style>
background-color css
<style>
a { background-color: #3FFF9C; }
a { background-color: rgb(63,255,156); }
div.DivClassName
{
background-color: #3FFF9C;
}
.BgClassName
{
background-color: #3FFF9C;
}
</style>
border-color css
<style>
span { border-color: #3FFF9C; }
span { border-color: rgb(63,255,156); }
td.TdClassName
{
border-color: #3FFF9C;
}
.TagClassName
{
border-color: #3FFF9C;
}
</style>