Shades of Shamrock #3DFB9D
Tints of Shamrock #3DFB9D
RGB
CMYK
RGB Variations
Color information
#3DFB9D (or 0x3DFB9D) is known color: Shamrock. HEX triplet: 3D, FB and 9D. RGB value is (61,251,157). Sum of RGB (Red+Green+Blue) = 61+251+157=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB9D is #C20462. Grayscale: #B7B7B7. Windows color (decimal): -12715107 or 10353469. OLE color: 10353469.
HSL color Cylindrical-coordinate representation of color #3DFB9D: hue angle of 150.32º 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 #3DFB9D is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 157 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.02 |
| HSL | 150.32º | 0.96% | 0.61% | - |
| HSV(B) | 150.32º | 0.76% | 0.98% | - |
| XYZ | 42.51 | 72.42 | 43.64 | - |
| YUV | 183.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 157 | 0.76 | 0 | 0.37 | 0.02 | 150.32 | 0.96 | 0.61 |
| Hex | 3D | FB | 9D | 4C | 0 | 25 | 2 | 96 | 60 | 3D |
| Octal | 75 | 373 | 235 | 114 | 0 | 45 | 2 | 226 | 140 | 75 |
| Binary | 111101 | 11111011 | 10011101 | 1001100 | 0 | 100101 | 10 | 10010110 | 1100000 | 111101 |
Color Harmonies of #3DFB9D
Complementary color
Monochromatic Colors of #3DFB9D
Black with #3DFB9D
Text Example
Text Example
White with #3DFB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB9D; }
p { color: rgb(61,251,157); }
H1.HeaderClassName
{
color: #3DFB9D;
}
.AnyTagClassName
{
color: #3DFB9D;
}
</style>
background-color css
<style>
a { background-color: #3DFB9D; }
a { background-color: rgb(61,251,157); }
div.DivClassName
{
background-color: #3DFB9D;
}
.BgClassName
{
background-color: #3DFB9D;
}
</style>
border-color css
<style>
span { border-color: #3DFB9D; }
span { border-color: rgb(61,251,157); }
td.TdClassName
{
border-color: #3DFB9D;
}
.TagClassName
{
border-color: #3DFB9D;
}
</style>