Shades of Shamrock #3DED8C
Tints of Shamrock #3DED8C
RGB
CMYK
RGB Variations
Color information
#3DED8C (or 0x3DED8C) is known color: Shamrock. HEX triplet: 3D, ED and 8C. RGB value is (61,237,140). Sum of RGB (Red+Green+Blue) = 61+237+140=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED8C is #C21273. Grayscale: #ADADAD. Windows color (decimal): -12718708 or 9235773. OLE color: 9235773.
HSL color Cylindrical-coordinate representation of color #3DED8C: hue angle of 146.93º 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 #3DED8C is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 140 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.07 |
| HSL | 146.93º | 0.83% | 0.58% | - |
| HSV(B) | 146.93º | 0.74% | 0.93% | - |
| XYZ | 36.94 | 63.45 | 35.11 | - |
| YUV | 173.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 140 | 0.74 | 0 | 0.41 | 0.07 | 146.93 | 0.83 | 0.58 |
| Hex | 3D | ED | 8C | 4A | 0 | 29 | 7 | 93 | 53 | 3A |
| Octal | 75 | 355 | 214 | 112 | 0 | 51 | 7 | 223 | 123 | 72 |
| Binary | 111101 | 11101101 | 10001100 | 1001010 | 0 | 101001 | 111 | 10010011 | 1010011 | 111010 |
Color Harmonies of #3DED8C
Complementary color
Monochromatic Colors of #3DED8C
Black with #3DED8C
Text Example
Text Example
White with #3DED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED8C; }
p { color: rgb(61,237,140); }
H1.HeaderClassName
{
color: #3DED8C;
}
.AnyTagClassName
{
color: #3DED8C;
}
</style>
background-color css
<style>
a { background-color: #3DED8C; }
a { background-color: rgb(61,237,140); }
div.DivClassName
{
background-color: #3DED8C;
}
.BgClassName
{
background-color: #3DED8C;
}
</style>
border-color css
<style>
span { border-color: #3DED8C; }
span { border-color: rgb(61,237,140); }
td.TdClassName
{
border-color: #3DED8C;
}
.TagClassName
{
border-color: #3DED8C;
}
</style>