Shades of Shamrock #3DF99D
Tints of Shamrock #3DF99D
RGB
CMYK
RGB Variations
Color information
#3DF99D (or 0x3DF99D) is known color: Shamrock. HEX triplet: 3D, F9 and 9D. RGB value is (61,249,157). Sum of RGB (Red+Green+Blue) = 61+249+157=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF99D is #C20662. Grayscale: #B6B6B6. Windows color (decimal): -12715619 or 10352957. OLE color: 10352957.
HSL color Cylindrical-coordinate representation of color #3DF99D: hue angle of 150.64º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF99D is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 157 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.02 |
| HSL | 150.64º | 0.94% | 0.61% | - |
| HSV(B) | 150.64º | 0.76% | 0.98% | - |
| XYZ | 41.89 | 71.18 | 43.43 | - |
| YUV | 182.3 | 113.72 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 157 | 0.76 | 0 | 0.37 | 0.02 | 150.64 | 0.94 | 0.61 |
| Hex | 3D | F9 | 9D | 4C | 0 | 25 | 2 | 97 | 5E | 3D |
| Octal | 75 | 371 | 235 | 114 | 0 | 45 | 2 | 227 | 136 | 75 |
| Binary | 111101 | 11111001 | 10011101 | 1001100 | 0 | 100101 | 10 | 10010111 | 1011110 | 111101 |
Color Harmonies of #3DF99D
Complementary color
Monochromatic Colors of #3DF99D
Black with #3DF99D
Text Example
Text Example
White with #3DF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF99D; }
p { color: rgb(61,249,157); }
H1.HeaderClassName
{
color: #3DF99D;
}
.AnyTagClassName
{
color: #3DF99D;
}
</style>
background-color css
<style>
a { background-color: #3DF99D; }
a { background-color: rgb(61,249,157); }
div.DivClassName
{
background-color: #3DF99D;
}
.BgClassName
{
background-color: #3DF99D;
}
</style>
border-color css
<style>
span { border-color: #3DF99D; }
span { border-color: rgb(61,249,157); }
td.TdClassName
{
border-color: #3DF99D;
}
.TagClassName
{
border-color: #3DF99D;
}
</style>