Shades of Shamrock #2ADF7D
Tints of Shamrock #2ADF7D
RGB
CMYK
RGB Variations
Color information
#2ADF7D (or 0x2ADF7D) is known color: Shamrock. HEX triplet: 2A, DF and 7D. RGB value is (42,223,125). Sum of RGB (Red+Green+Blue) = 42+223+125=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF7D is #D52082. Grayscale: #9D9D9D. Windows color (decimal): -13967491 or 8249130. OLE color: 8249130.
HSL color Cylindrical-coordinate representation of color #2ADF7D: hue angle of 147.51º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF7D is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 125 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.13 |
| HSL | 147.51º | 0.74% | 0.52% | - |
| HSV(B) | 147.51º | 0.81% | 0.87% | - |
| XYZ | 31.04 | 54.75 | 28.33 | - |
| YUV | 157.71 | 109.53 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 125 | 0.81 | 0 | 0.44 | 0.13 | 147.51 | 0.74 | 0.52 |
| Hex | 2A | DF | 7D | 51 | 0 | 2C | D | 94 | 4A | 34 |
| Octal | 52 | 337 | 175 | 121 | 0 | 54 | 15 | 224 | 112 | 64 |
| Binary | 101010 | 11011111 | 1111101 | 1010001 | 0 | 101100 | 1101 | 10010100 | 1001010 | 110100 |
Color Harmonies of #2ADF7D
Complementary color
Monochromatic Colors of #2ADF7D
Black with #2ADF7D
Text Example
Text Example
White with #2ADF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF7D; }
p { color: rgb(42,223,125); }
H1.HeaderClassName
{
color: #2ADF7D;
}
.AnyTagClassName
{
color: #2ADF7D;
}
</style>
background-color css
<style>
a { background-color: #2ADF7D; }
a { background-color: rgb(42,223,125); }
div.DivClassName
{
background-color: #2ADF7D;
}
.BgClassName
{
background-color: #2ADF7D;
}
</style>
border-color css
<style>
span { border-color: #2ADF7D; }
span { border-color: rgb(42,223,125); }
td.TdClassName
{
border-color: #2ADF7D;
}
.TagClassName
{
border-color: #2ADF7D;
}
</style>