Shades of Shamrock #3DFF9F
Tints of Shamrock #3DFF9F
RGB
CMYK
RGB Variations
Color information
#3DFF9F (or 0x3DFF9F) is known color: Shamrock. HEX triplet: 3D, FF and 9F. RGB value is (61,255,159). Sum of RGB (Red+Green+Blue) = 61+255+159=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF9F is #C20060. Grayscale: #BABABA. Windows color (decimal): -12714081 or 10485565. OLE color: 10485565.
HSL color Cylindrical-coordinate representation of color #3DFF9F: hue angle of 150.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF9F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 159 | - |
| CMYK | 0.76 | 0 | 0.38 | 0 |
| HSL | 150.31º | 1% | 0.62% | - |
| HSV(B) | 150.31º | 0.76% | 1% | - |
| XYZ | 43.94 | 75.02 | 44.96 | - |
| YUV | 186.05 | 112.73 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 159 | 0.76 | 0 | 0.38 | 0 | 150.31 | 1 | 0.62 |
| Hex | 3D | FF | 9F | 4C | 0 | 26 | 0 | 96 | 64 | 3E |
| Octal | 75 | 377 | 237 | 114 | 0 | 46 | 0 | 226 | 144 | 76 |
| Binary | 111101 | 11111111 | 10011111 | 1001100 | 0 | 100110 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3DFF9F
Complementary color
Monochromatic Colors of #3DFF9F
Black with #3DFF9F
Text Example
Text Example
White with #3DFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF9F; }
p { color: rgb(61,255,159); }
H1.HeaderClassName
{
color: #3DFF9F;
}
.AnyTagClassName
{
color: #3DFF9F;
}
</style>
background-color css
<style>
a { background-color: #3DFF9F; }
a { background-color: rgb(61,255,159); }
div.DivClassName
{
background-color: #3DFF9F;
}
.BgClassName
{
background-color: #3DFF9F;
}
</style>
border-color css
<style>
span { border-color: #3DFF9F; }
span { border-color: rgb(61,255,159); }
td.TdClassName
{
border-color: #3DFF9F;
}
.TagClassName
{
border-color: #3DFF9F;
}
</style>