Shades of Shamrock #3DFEAB
Tints of Shamrock #3DFEAB
RGB
CMYK
RGB Variations
Color information
#3DFEAB (or 0x3DFEAB) is known color: Shamrock. HEX triplet: 3D, FE and AB. RGB value is (61,254,171). Sum of RGB (Red+Green+Blue) = 61+254+171=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFEAB is #C20154. Grayscale: #BABABA. Windows color (decimal): -12714325 or 11271741. OLE color: 11271741.
HSL color Cylindrical-coordinate representation of color #3DFEAB: hue angle of 154.2º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEAB is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 171 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.00 |
| HSL | 154.2º | 0.99% | 0.62% | - |
| HSV(B) | 154.2º | 0.76% | 1% | - |
| XYZ | 44.72 | 74.82 | 50.61 | - |
| YUV | 186.83 | 119.06 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 171 | 0.76 | 0 | 0.33 | 0.00 | 154.2 | 0.99 | 0.62 |
| Hex | 3D | FE | AB | 4C | 0 | 21 | 0 | 9A | 63 | 3E |
| Octal | 75 | 376 | 253 | 114 | 0 | 41 | 0 | 232 | 143 | 76 |
| Binary | 111101 | 11111110 | 10101011 | 1001100 | 0 | 100001 | 0 | 10011010 | 1100011 | 111110 |
Color Harmonies of #3DFEAB
Complementary color
Monochromatic Colors of #3DFEAB
Black with #3DFEAB
Text Example
Text Example
White with #3DFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEAB; }
p { color: rgb(61,254,171); }
H1.HeaderClassName
{
color: #3DFEAB;
}
.AnyTagClassName
{
color: #3DFEAB;
}
</style>
background-color css
<style>
a { background-color: #3DFEAB; }
a { background-color: rgb(61,254,171); }
div.DivClassName
{
background-color: #3DFEAB;
}
.BgClassName
{
background-color: #3DFEAB;
}
</style>
border-color css
<style>
span { border-color: #3DFEAB; }
span { border-color: rgb(61,254,171); }
td.TdClassName
{
border-color: #3DFEAB;
}
.TagClassName
{
border-color: #3DFEAB;
}
</style>