Shades of Shamrock #3DEDAA
Tints of Shamrock #3DEDAA
RGB
CMYK
RGB Variations
Color information
#3DEDAA (or 0x3DEDAA) is known color: Shamrock. HEX triplet: 3D, ED and AA. RGB value is (61,237,170). Sum of RGB (Red+Green+Blue) = 61+237+170=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEDAA is #C21255. Grayscale: #B0B0B0. Windows color (decimal): -12718678 or 11201853. OLE color: 11201853.
HSL color Cylindrical-coordinate representation of color #3DEDAA: hue angle of 157.16º 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 #3DEDAA is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 170 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.07 |
| HSL | 157.16º | 0.83% | 0.58% | - |
| HSV(B) | 157.16º | 0.74% | 0.93% | - |
| XYZ | 39.46 | 64.46 | 48.39 | - |
| YUV | 176.74 | 124.19 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 170 | 0.74 | 0 | 0.28 | 0.07 | 157.16 | 0.83 | 0.58 |
| Hex | 3D | ED | AA | 4A | 0 | 1C | 7 | 9D | 53 | 3A |
| Octal | 75 | 355 | 252 | 112 | 0 | 34 | 7 | 235 | 123 | 72 |
| Binary | 111101 | 11101101 | 10101010 | 1001010 | 0 | 11100 | 111 | 10011101 | 1010011 | 111010 |
Color Harmonies of #3DEDAA
Complementary color
Monochromatic Colors of #3DEDAA
Black with #3DEDAA
Text Example
Text Example
White with #3DEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDAA; }
p { color: rgb(61,237,170); }
H1.HeaderClassName
{
color: #3DEDAA;
}
.AnyTagClassName
{
color: #3DEDAA;
}
</style>
background-color css
<style>
a { background-color: #3DEDAA; }
a { background-color: rgb(61,237,170); }
div.DivClassName
{
background-color: #3DEDAA;
}
.BgClassName
{
background-color: #3DEDAA;
}
</style>
border-color css
<style>
span { border-color: #3DEDAA; }
span { border-color: rgb(61,237,170); }
td.TdClassName
{
border-color: #3DEDAA;
}
.TagClassName
{
border-color: #3DEDAA;
}
</style>