Shades of Shamrock #3DF69D
Tints of Shamrock #3DF69D
RGB
CMYK
RGB Variations
Color information
#3DF69D (or 0x3DF69D) is known color: Shamrock. HEX triplet: 3D, F6 and 9D. RGB value is (61,246,157). Sum of RGB (Red+Green+Blue) = 61+246+157=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF69D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF69D is #C20962. Grayscale: #B4B4B4. Windows color (decimal): -12716387 or 10352189. OLE color: 10352189.
HSL color Cylindrical-coordinate representation of color #3DF69D: hue angle of 151.14º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF69D is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 157 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.04 |
| HSL | 151.14º | 0.91% | 0.6% | - |
| HSV(B) | 151.14º | 0.75% | 0.96% | - |
| XYZ | 40.97 | 69.34 | 43.12 | - |
| YUV | 180.54 | 114.71 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 157 | 0.75 | 0 | 0.36 | 0.04 | 151.14 | 0.91 | 0.6 |
| Hex | 3D | F6 | 9D | 4B | 0 | 24 | 4 | 97 | 5B | 3C |
| Octal | 75 | 366 | 235 | 113 | 0 | 44 | 4 | 227 | 133 | 74 |
| Binary | 111101 | 11110110 | 10011101 | 1001011 | 0 | 100100 | 100 | 10010111 | 1011011 | 111100 |
Color Harmonies of #3DF69D
Complementary color
Monochromatic Colors of #3DF69D
Black with #3DF69D
Text Example
Text Example
White with #3DF69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF69D; }
p { color: rgb(61,246,157); }
H1.HeaderClassName
{
color: #3DF69D;
}
.AnyTagClassName
{
color: #3DF69D;
}
</style>
background-color css
<style>
a { background-color: #3DF69D; }
a { background-color: rgb(61,246,157); }
div.DivClassName
{
background-color: #3DF69D;
}
.BgClassName
{
background-color: #3DF69D;
}
</style>
border-color css
<style>
span { border-color: #3DF69D; }
span { border-color: rgb(61,246,157); }
td.TdClassName
{
border-color: #3DF69D;
}
.TagClassName
{
border-color: #3DF69D;
}
</style>