Shades of Shamrock #3DFF95
Tints of Shamrock #3DFF95
RGB
CMYK
RGB Variations
Color information
#3DFF95 (or 0x3DFF95) is known color: Shamrock. HEX triplet: 3D, FF and 95. RGB value is (61,255,149). Sum of RGB (Red+Green+Blue) = 61+255+149=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF95 is #C2006A. Grayscale: #B9B9B9. Windows color (decimal): -12714091 or 9830205. OLE color: 9830205.
HSL color Cylindrical-coordinate representation of color #3DFF95: hue angle of 147.22º 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 #3DFF95 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 149 | - |
| CMYK | 0.76 | 0 | 0.42 | 0 |
| HSL | 147.22º | 1% | 0.62% | - |
| HSV(B) | 147.22º | 0.76% | 1% | - |
| XYZ | 43.11 | 74.68 | 40.58 | - |
| YUV | 184.91 | 107.73 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 149 | 0.76 | 0 | 0.42 | 0 | 147.22 | 1 | 0.62 |
| Hex | 3D | FF | 95 | 4C | 0 | 2A | 0 | 93 | 64 | 3E |
| Octal | 75 | 377 | 225 | 114 | 0 | 52 | 0 | 223 | 144 | 76 |
| Binary | 111101 | 11111111 | 10010101 | 1001100 | 0 | 101010 | 0 | 10010011 | 1100100 | 111110 |
Color Harmonies of #3DFF95
Complementary color
Monochromatic Colors of #3DFF95
Black with #3DFF95
Text Example
Text Example
White with #3DFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF95; }
p { color: rgb(61,255,149); }
H1.HeaderClassName
{
color: #3DFF95;
}
.AnyTagClassName
{
color: #3DFF95;
}
</style>
background-color css
<style>
a { background-color: #3DFF95; }
a { background-color: rgb(61,255,149); }
div.DivClassName
{
background-color: #3DFF95;
}
.BgClassName
{
background-color: #3DFF95;
}
</style>
border-color css
<style>
span { border-color: #3DFF95; }
span { border-color: rgb(61,255,149); }
td.TdClassName
{
border-color: #3DFF95;
}
.TagClassName
{
border-color: #3DFF95;
}
</style>