Shades of Shamrock #3DED8F
Tints of Shamrock #3DED8F
RGB
CMYK
RGB Variations
Color information
#3DED8F (or 0x3DED8F) is known color: Shamrock. HEX triplet: 3D, ED and 8F. RGB value is (61,237,143). Sum of RGB (Red+Green+Blue) = 61+237+143=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED8F is #C21270. Grayscale: #ADADAD. Windows color (decimal): -12718705 or 9432381. OLE color: 9432381.
HSL color Cylindrical-coordinate representation of color #3DED8F: hue angle of 147.95º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED8F is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 143 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.07 |
| HSL | 147.95º | 0.83% | 0.58% | - |
| HSV(B) | 147.95º | 0.74% | 0.93% | - |
| XYZ | 37.17 | 63.54 | 36.29 | - |
| YUV | 173.66 | 110.69 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 143 | 0.74 | 0 | 0.40 | 0.07 | 147.95 | 0.83 | 0.58 |
| Hex | 3D | ED | 8F | 4A | 0 | 28 | 7 | 94 | 53 | 3A |
| Octal | 75 | 355 | 217 | 112 | 0 | 50 | 7 | 224 | 123 | 72 |
| Binary | 111101 | 11101101 | 10001111 | 1001010 | 0 | 101000 | 111 | 10010100 | 1010011 | 111010 |
Color Harmonies of #3DED8F
Complementary color
Monochromatic Colors of #3DED8F
Black with #3DED8F
Text Example
Text Example
White with #3DED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED8F; }
p { color: rgb(61,237,143); }
H1.HeaderClassName
{
color: #3DED8F;
}
.AnyTagClassName
{
color: #3DED8F;
}
</style>
background-color css
<style>
a { background-color: #3DED8F; }
a { background-color: rgb(61,237,143); }
div.DivClassName
{
background-color: #3DED8F;
}
.BgClassName
{
background-color: #3DED8F;
}
</style>
border-color css
<style>
span { border-color: #3DED8F; }
span { border-color: rgb(61,237,143); }
td.TdClassName
{
border-color: #3DED8F;
}
.TagClassName
{
border-color: #3DED8F;
}
</style>