Shades of Shamrock #3DF89A
Tints of Shamrock #3DF89A
RGB
CMYK
RGB Variations
Color information
#3DF89A (or 0x3DF89A) is known color: Shamrock. HEX triplet: 3D, F8 and 9A. RGB value is (61,248,154). Sum of RGB (Red+Green+Blue) = 61+248+154=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF89A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF89A is #C20765. Grayscale: #B5B5B5. Windows color (decimal): -12715878 or 10156093. OLE color: 10156093.
HSL color Cylindrical-coordinate representation of color #3DF89A: hue angle of 149.84º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF89A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 154 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.03 |
| HSL | 149.84º | 0.93% | 0.61% | - |
| HSV(B) | 149.84º | 0.75% | 0.97% | - |
| XYZ | 41.32 | 70.46 | 41.99 | - |
| YUV | 181.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 154 | 0.75 | 0 | 0.38 | 0.03 | 149.84 | 0.93 | 0.61 |
| Hex | 3D | F8 | 9A | 4B | 0 | 26 | 3 | 96 | 5D | 3D |
| Octal | 75 | 370 | 232 | 113 | 0 | 46 | 3 | 226 | 135 | 75 |
| Binary | 111101 | 11111000 | 10011010 | 1001011 | 0 | 100110 | 11 | 10010110 | 1011101 | 111101 |
Color Harmonies of #3DF89A
Complementary color
Monochromatic Colors of #3DF89A
Black with #3DF89A
Text Example
Text Example
White with #3DF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF89A; }
p { color: rgb(61,248,154); }
H1.HeaderClassName
{
color: #3DF89A;
}
.AnyTagClassName
{
color: #3DF89A;
}
</style>
background-color css
<style>
a { background-color: #3DF89A; }
a { background-color: rgb(61,248,154); }
div.DivClassName
{
background-color: #3DF89A;
}
.BgClassName
{
background-color: #3DF89A;
}
</style>
border-color css
<style>
span { border-color: #3DF89A; }
span { border-color: rgb(61,248,154); }
td.TdClassName
{
border-color: #3DF89A;
}
.TagClassName
{
border-color: #3DF89A;
}
</style>