Shades of Shamrock #3BFE8B
Tints of Shamrock #3BFE8B
RGB
CMYK
RGB Variations
Color information
#3BFE8B (or 0x3BFE8B) is known color: Shamrock. HEX triplet: 3B, FE and 8B. RGB value is (59,254,139). Sum of RGB (Red+Green+Blue) = 59+254+139=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFE8B is #C40174. Grayscale: #B6B6B6. Windows color (decimal): -12845429 or 9174587. OLE color: 9174587.
HSL color Cylindrical-coordinate representation of color #3BFE8B: hue angle of 144.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE8B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 139 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.00 |
| HSL | 144.62º | 0.99% | 0.61% | - |
| HSV(B) | 144.62º | 0.77% | 1% | - |
| XYZ | 41.91 | 73.68 | 36.44 | - |
| YUV | 182.59 | 103.4 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 139 | 0.77 | 0 | 0.45 | 0.00 | 144.62 | 0.99 | 0.61 |
| Hex | 3B | FE | 8B | 4D | 0 | 2D | 0 | 91 | 63 | 3D |
| Octal | 73 | 376 | 213 | 115 | 0 | 55 | 0 | 221 | 143 | 75 |
| Binary | 111011 | 11111110 | 10001011 | 1001101 | 0 | 101101 | 0 | 10010001 | 1100011 | 111101 |
Color Harmonies of #3BFE8B
Complementary color
Monochromatic Colors of #3BFE8B
Black with #3BFE8B
Text Example
Text Example
White with #3BFE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE8B; }
p { color: rgb(59,254,139); }
H1.HeaderClassName
{
color: #3BFE8B;
}
.AnyTagClassName
{
color: #3BFE8B;
}
</style>
background-color css
<style>
a { background-color: #3BFE8B; }
a { background-color: rgb(59,254,139); }
div.DivClassName
{
background-color: #3BFE8B;
}
.BgClassName
{
background-color: #3BFE8B;
}
</style>
border-color css
<style>
span { border-color: #3BFE8B; }
span { border-color: rgb(59,254,139); }
td.TdClassName
{
border-color: #3BFE8B;
}
.TagClassName
{
border-color: #3BFE8B;
}
</style>