Shades of Shamrock #3FF59B
Tints of Shamrock #3FF59B
RGB
CMYK
RGB Variations
Color information
#3FF59B (or 0x3FF59B) is known color: Shamrock. HEX triplet: 3F, F5 and 9B. RGB value is (63,245,155). Sum of RGB (Red+Green+Blue) = 63+245+155=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF59B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF59B is #C00A64. Grayscale: #B4B4B4. Windows color (decimal): -12585573 or 10220863. OLE color: 10220863.
HSL color Cylindrical-coordinate representation of color #3FF59B: hue angle of 150.33º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF59B is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 155 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.04 |
| HSL | 150.33º | 0.9% | 0.6% | - |
| HSV(B) | 150.33º | 0.74% | 0.96% | - |
| XYZ | 40.62 | 68.73 | 42.14 | - |
| YUV | 180.32 | 113.7 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 155 | 0.74 | 0 | 0.37 | 0.04 | 150.33 | 0.9 | 0.6 |
| Hex | 3F | F5 | 9B | 4A | 0 | 25 | 4 | 96 | 5A | 3C |
| Octal | 77 | 365 | 233 | 112 | 0 | 45 | 4 | 226 | 132 | 74 |
| Binary | 111111 | 11110101 | 10011011 | 1001010 | 0 | 100101 | 100 | 10010110 | 1011010 | 111100 |
Color Harmonies of #3FF59B
Complementary color
Monochromatic Colors of #3FF59B
Black with #3FF59B
Text Example
Text Example
White with #3FF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF59B; }
p { color: rgb(63,245,155); }
H1.HeaderClassName
{
color: #3FF59B;
}
.AnyTagClassName
{
color: #3FF59B;
}
</style>
background-color css
<style>
a { background-color: #3FF59B; }
a { background-color: rgb(63,245,155); }
div.DivClassName
{
background-color: #3FF59B;
}
.BgClassName
{
background-color: #3FF59B;
}
</style>
border-color css
<style>
span { border-color: #3FF59B; }
span { border-color: rgb(63,245,155); }
td.TdClassName
{
border-color: #3FF59B;
}
.TagClassName
{
border-color: #3FF59B;
}
</style>