Shades of Shamrock #2DF8AD
Tints of Shamrock #2DF8AD
RGB
CMYK
RGB Variations
Color information
#2DF8AD (or 0x2DF8AD) is known color: Shamrock. HEX triplet: 2D, F8 and AD. RGB value is (45,248,173). Sum of RGB (Red+Green+Blue) = 45+248+173=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF8AD is #D20752. Grayscale: #B2B2B2. Windows color (decimal): -13764435 or 11401261. OLE color: 11401261.
HSL color Cylindrical-coordinate representation of color #2DF8AD: hue angle of 157.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF8AD is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 173 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.03 |
| HSL | 157.83º | 0.94% | 0.57% | - |
| HSV(B) | 157.83º | 0.82% | 0.97% | - |
| XYZ | 42.19 | 70.71 | 50.96 | - |
| YUV | 178.75 | 124.75 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 173 | 0.82 | 0 | 0.30 | 0.03 | 157.83 | 0.94 | 0.57 |
| Hex | 2D | F8 | AD | 52 | 0 | 1E | 3 | 9E | 5E | 39 |
| Octal | 55 | 370 | 255 | 122 | 0 | 36 | 3 | 236 | 136 | 71 |
| Binary | 101101 | 11111000 | 10101101 | 1010010 | 0 | 11110 | 11 | 10011110 | 1011110 | 111001 |
Color Harmonies of #2DF8AD
Complementary color
Monochromatic Colors of #2DF8AD
Black with #2DF8AD
Text Example
Text Example
White with #2DF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8AD; }
p { color: rgb(45,248,173); }
H1.HeaderClassName
{
color: #2DF8AD;
}
.AnyTagClassName
{
color: #2DF8AD;
}
</style>
background-color css
<style>
a { background-color: #2DF8AD; }
a { background-color: rgb(45,248,173); }
div.DivClassName
{
background-color: #2DF8AD;
}
.BgClassName
{
background-color: #2DF8AD;
}
</style>
border-color css
<style>
span { border-color: #2DF8AD; }
span { border-color: rgb(45,248,173); }
td.TdClassName
{
border-color: #2DF8AD;
}
.TagClassName
{
border-color: #2DF8AD;
}
</style>