Shades of Shamrock #3BFF9D
Tints of Shamrock #3BFF9D
RGB
CMYK
RGB Variations
Color information
#3BFF9D (or 0x3BFF9D) is known color: Shamrock. HEX triplet: 3B, FF and 9D. RGB value is (59,255,157). Sum of RGB (Red+Green+Blue) = 59+255+157=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFF9D is #C40062. Grayscale: #B9B9B9. Windows color (decimal): -12845155 or 10354491. OLE color: 10354491.
HSL color Cylindrical-coordinate representation of color #3BFF9D: hue angle of 150º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF9D is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 157 | - |
| CMYK | 0.77 | 0 | 0.38 | 0 |
| HSL | 150º | 1% | 0.62% | - |
| HSV(B) | 150º | 0.77% | 1% | - |
| XYZ | 43.65 | 74.88 | 44.05 | - |
| YUV | 185.22 | 112.07 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 157 | 0.77 | 0 | 0.38 | 0 | 150 | 1 | 0.62 |
| Hex | 3B | FF | 9D | 4D | 0 | 26 | 0 | 96 | 64 | 3E |
| Octal | 73 | 377 | 235 | 115 | 0 | 46 | 0 | 226 | 144 | 76 |
| Binary | 111011 | 11111111 | 10011101 | 1001101 | 0 | 100110 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3BFF9D
Complementary color
Monochromatic Colors of #3BFF9D
Black with #3BFF9D
Text Example
Text Example
White with #3BFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF9D; }
p { color: rgb(59,255,157); }
H1.HeaderClassName
{
color: #3BFF9D;
}
.AnyTagClassName
{
color: #3BFF9D;
}
</style>
background-color css
<style>
a { background-color: #3BFF9D; }
a { background-color: rgb(59,255,157); }
div.DivClassName
{
background-color: #3BFF9D;
}
.BgClassName
{
background-color: #3BFF9D;
}
</style>
border-color css
<style>
span { border-color: #3BFF9D; }
span { border-color: rgb(59,255,157); }
td.TdClassName
{
border-color: #3BFF9D;
}
.TagClassName
{
border-color: #3BFF9D;
}
</style>