Shades of Shamrock #3BFD9A
Tints of Shamrock #3BFD9A
RGB
CMYK
RGB Variations
Color information
#3BFD9A (or 0x3BFD9A) is known color: Shamrock. HEX triplet: 3B, FD and 9A. RGB value is (59,253,154). Sum of RGB (Red+Green+Blue) = 59+253+154=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFD9A is #C40265. Grayscale: #B7B7B7. Windows color (decimal): -12845670 or 10157371. OLE color: 10157371.
HSL color Cylindrical-coordinate representation of color #3BFD9A: hue angle of 149.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD9A is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 154 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.01 |
| HSL | 149.38º | 0.98% | 0.61% | - |
| HSV(B) | 149.38º | 0.77% | 0.99% | - |
| XYZ | 42.76 | 73.51 | 42.51 | - |
| YUV | 183.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 154 | 0.77 | 0 | 0.39 | 0.01 | 149.38 | 0.98 | 0.61 |
| Hex | 3B | FD | 9A | 4D | 0 | 27 | 1 | 95 | 62 | 3D |
| Octal | 73 | 375 | 232 | 115 | 0 | 47 | 1 | 225 | 142 | 75 |
| Binary | 111011 | 11111101 | 10011010 | 1001101 | 0 | 100111 | 1 | 10010101 | 1100010 | 111101 |
Color Harmonies of #3BFD9A
Complementary color
Monochromatic Colors of #3BFD9A
Black with #3BFD9A
Text Example
Text Example
White with #3BFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD9A; }
p { color: rgb(59,253,154); }
H1.HeaderClassName
{
color: #3BFD9A;
}
.AnyTagClassName
{
color: #3BFD9A;
}
</style>
background-color css
<style>
a { background-color: #3BFD9A; }
a { background-color: rgb(59,253,154); }
div.DivClassName
{
background-color: #3BFD9A;
}
.BgClassName
{
background-color: #3BFD9A;
}
</style>
border-color css
<style>
span { border-color: #3BFD9A; }
span { border-color: rgb(59,253,154); }
td.TdClassName
{
border-color: #3BFD9A;
}
.TagClassName
{
border-color: #3BFD9A;
}
</style>