Shades of Shamrock #3FFF9B
Tints of Shamrock #3FFF9B
RGB
CMYK
RGB Variations
Color information
#3FFF9B (or 0x3FFF9B) is known color: Shamrock. HEX triplet: 3F, FF and 9B. RGB value is (63,255,155). Sum of RGB (Red+Green+Blue) = 63+255+155=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFF9B is #C00064. Grayscale: #BABABA. Windows color (decimal): -12583013 or 10223423. OLE color: 10223423.
HSL color Cylindrical-coordinate representation of color #3FFF9B: hue angle of 148.75º 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 #3FFF9B is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 155 | - |
| CMYK | 0.75 | 0 | 0.39 | 0 |
| HSL | 148.75º | 1% | 0.62% | - |
| HSV(B) | 148.75º | 0.75% | 1% | - |
| XYZ | 43.73 | 74.94 | 43.17 | - |
| YUV | 186.19 | 110.39 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 155 | 0.75 | 0 | 0.39 | 0 | 148.75 | 1 | 0.62 |
| Hex | 3F | FF | 9B | 4B | 0 | 27 | 0 | 95 | 64 | 3E |
| Octal | 77 | 377 | 233 | 113 | 0 | 47 | 0 | 225 | 144 | 76 |
| Binary | 111111 | 11111111 | 10011011 | 1001011 | 0 | 100111 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3FFF9B
Complementary color
Monochromatic Colors of #3FFF9B
Black with #3FFF9B
Text Example
Text Example
White with #3FFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF9B; }
p { color: rgb(63,255,155); }
H1.HeaderClassName
{
color: #3FFF9B;
}
.AnyTagClassName
{
color: #3FFF9B;
}
</style>
background-color css
<style>
a { background-color: #3FFF9B; }
a { background-color: rgb(63,255,155); }
div.DivClassName
{
background-color: #3FFF9B;
}
.BgClassName
{
background-color: #3FFF9B;
}
</style>
border-color css
<style>
span { border-color: #3FFF9B; }
span { border-color: rgb(63,255,155); }
td.TdClassName
{
border-color: #3FFF9B;
}
.TagClassName
{
border-color: #3FFF9B;
}
</style>