Shades of Shamrock #3DFB9F
Tints of Shamrock #3DFB9F
RGB
CMYK
RGB Variations
Color information
#3DFB9F (or 0x3DFB9F) is known color: Shamrock. HEX triplet: 3D, FB and 9F. RGB value is (61,251,159). Sum of RGB (Red+Green+Blue) = 61+251+159=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB9F is #C20460. Grayscale: #B7B7B7. Windows color (decimal): -12715105 or 10484541. OLE color: 10484541.
HSL color Cylindrical-coordinate representation of color #3DFB9F: hue angle of 150.95º 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 #3DFB9F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 159 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.02 |
| HSL | 150.95º | 0.96% | 0.61% | - |
| HSV(B) | 150.95º | 0.76% | 0.98% | - |
| XYZ | 42.68 | 72.49 | 44.54 | - |
| YUV | 183.7 | 114.05 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 159 | 0.76 | 0 | 0.37 | 0.02 | 150.95 | 0.96 | 0.61 |
| Hex | 3D | FB | 9F | 4C | 0 | 25 | 2 | 97 | 60 | 3D |
| Octal | 75 | 373 | 237 | 114 | 0 | 45 | 2 | 227 | 140 | 75 |
| Binary | 111101 | 11111011 | 10011111 | 1001100 | 0 | 100101 | 10 | 10010111 | 1100000 | 111101 |
Color Harmonies of #3DFB9F
Complementary color
Monochromatic Colors of #3DFB9F
Black with #3DFB9F
Text Example
Text Example
White with #3DFB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB9F; }
p { color: rgb(61,251,159); }
H1.HeaderClassName
{
color: #3DFB9F;
}
.AnyTagClassName
{
color: #3DFB9F;
}
</style>
background-color css
<style>
a { background-color: #3DFB9F; }
a { background-color: rgb(61,251,159); }
div.DivClassName
{
background-color: #3DFB9F;
}
.BgClassName
{
background-color: #3DFB9F;
}
</style>
border-color css
<style>
span { border-color: #3DFB9F; }
span { border-color: rgb(61,251,159); }
td.TdClassName
{
border-color: #3DFB9F;
}
.TagClassName
{
border-color: #3DFB9F;
}
</style>