Shades of Shamrock #3DFD9A
Tints of Shamrock #3DFD9A
RGB
CMYK
RGB Variations
Color information
#3DFD9A (or 0x3DFD9A) is known color: Shamrock. HEX triplet: 3D, FD and 9A. RGB value is (61,253,154). Sum of RGB (Red+Green+Blue) = 61+253+154=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFD9A is #C20265. Grayscale: #B8B8B8. Windows color (decimal): -12714598 or 10157373. OLE color: 10157373.
HSL color Cylindrical-coordinate representation of color #3DFD9A: hue angle of 149.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFD9A is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 154 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.01 |
| HSL | 149.06º | 0.98% | 0.62% | - |
| HSV(B) | 149.06º | 0.76% | 0.99% | - |
| XYZ | 42.88 | 73.58 | 42.51 | - |
| YUV | 184.31 | 110.89 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 154 | 0.76 | 0 | 0.39 | 0.01 | 149.06 | 0.98 | 0.62 |
| Hex | 3D | FD | 9A | 4C | 0 | 27 | 1 | 95 | 62 | 3E |
| Octal | 75 | 375 | 232 | 114 | 0 | 47 | 1 | 225 | 142 | 76 |
| Binary | 111101 | 11111101 | 10011010 | 1001100 | 0 | 100111 | 1 | 10010101 | 1100010 | 111110 |
Color Harmonies of #3DFD9A
Complementary color
Monochromatic Colors of #3DFD9A
Black with #3DFD9A
Text Example
Text Example
White with #3DFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD9A; }
p { color: rgb(61,253,154); }
H1.HeaderClassName
{
color: #3DFD9A;
}
.AnyTagClassName
{
color: #3DFD9A;
}
</style>
background-color css
<style>
a { background-color: #3DFD9A; }
a { background-color: rgb(61,253,154); }
div.DivClassName
{
background-color: #3DFD9A;
}
.BgClassName
{
background-color: #3DFD9A;
}
</style>
border-color css
<style>
span { border-color: #3DFD9A; }
span { border-color: rgb(61,253,154); }
td.TdClassName
{
border-color: #3DFD9A;
}
.TagClassName
{
border-color: #3DFD9A;
}
</style>