Shades of Shamrock #3FEDA5
Tints of Shamrock #3FEDA5
RGB
CMYK
RGB Variations
Color information
#3FEDA5 (or 0x3FEDA5) is known color: Shamrock. HEX triplet: 3F, ED and A5. RGB value is (63,237,165). Sum of RGB (Red+Green+Blue) = 63+237+165=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEDA5 is #C0125A. Grayscale: #B0B0B0. Windows color (decimal): -12587611 or 10874175. OLE color: 10874175.
HSL color Cylindrical-coordinate representation of color #3FEDA5: hue angle of 155.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDA5 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 165 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.07 |
| HSL | 155.17º | 0.83% | 0.59% | - |
| HSV(B) | 155.17º | 0.73% | 0.93% | - |
| XYZ | 39.13 | 64.34 | 45.95 | - |
| YUV | 176.77 | 121.35 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 165 | 0.73 | 0 | 0.30 | 0.07 | 155.17 | 0.83 | 0.59 |
| Hex | 3F | ED | A5 | 49 | 0 | 1E | 7 | 9B | 53 | 3B |
| Octal | 77 | 355 | 245 | 111 | 0 | 36 | 7 | 233 | 123 | 73 |
| Binary | 111111 | 11101101 | 10100101 | 1001001 | 0 | 11110 | 111 | 10011011 | 1010011 | 111011 |
Color Harmonies of #3FEDA5
Complementary color
Monochromatic Colors of #3FEDA5
Black with #3FEDA5
Text Example
Text Example
White with #3FEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDA5; }
p { color: rgb(63,237,165); }
H1.HeaderClassName
{
color: #3FEDA5;
}
.AnyTagClassName
{
color: #3FEDA5;
}
</style>
background-color css
<style>
a { background-color: #3FEDA5; }
a { background-color: rgb(63,237,165); }
div.DivClassName
{
background-color: #3FEDA5;
}
.BgClassName
{
background-color: #3FEDA5;
}
</style>
border-color css
<style>
span { border-color: #3FEDA5; }
span { border-color: rgb(63,237,165); }
td.TdClassName
{
border-color: #3FEDA5;
}
.TagClassName
{
border-color: #3FEDA5;
}
</style>