Shades of Shamrock #3DFB8B
Tints of Shamrock #3DFB8B
RGB
CMYK
RGB Variations
Color information
#3DFB8B (or 0x3DFB8B) is known color: Shamrock. HEX triplet: 3D, FB and 8B. RGB value is (61,251,139). Sum of RGB (Red+Green+Blue) = 61+251+139=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB8B is #C20474. Grayscale: #B5B5B5. Windows color (decimal): -12715125 or 9173821. OLE color: 9173821.
HSL color Cylindrical-coordinate representation of color #3DFB8B: hue angle of 144.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFB8B is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 139 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.02 |
| HSL | 144.63º | 0.96% | 0.61% | - |
| HSV(B) | 144.63º | 0.76% | 0.98% | - |
| XYZ | 41.08 | 71.85 | 36.13 | - |
| YUV | 181.42 | 104.05 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 139 | 0.76 | 0 | 0.45 | 0.02 | 144.63 | 0.96 | 0.61 |
| Hex | 3D | FB | 8B | 4C | 0 | 2D | 2 | 91 | 60 | 3D |
| Octal | 75 | 373 | 213 | 114 | 0 | 55 | 2 | 221 | 140 | 75 |
| Binary | 111101 | 11111011 | 10001011 | 1001100 | 0 | 101101 | 10 | 10010001 | 1100000 | 111101 |
Color Harmonies of #3DFB8B
Complementary color
Monochromatic Colors of #3DFB8B
Black with #3DFB8B
Text Example
Text Example
White with #3DFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB8B; }
p { color: rgb(61,251,139); }
H1.HeaderClassName
{
color: #3DFB8B;
}
.AnyTagClassName
{
color: #3DFB8B;
}
</style>
background-color css
<style>
a { background-color: #3DFB8B; }
a { background-color: rgb(61,251,139); }
div.DivClassName
{
background-color: #3DFB8B;
}
.BgClassName
{
background-color: #3DFB8B;
}
</style>
border-color css
<style>
span { border-color: #3DFB8B; }
span { border-color: rgb(61,251,139); }
td.TdClassName
{
border-color: #3DFB8B;
}
.TagClassName
{
border-color: #3DFB8B;
}
</style>