Shades of Shamrock #2ADB7D
Tints of Shamrock #2ADB7D
RGB
CMYK
RGB Variations
Color information
#2ADB7D (or 0x2ADB7D) is known color: Shamrock. HEX triplet: 2A, DB and 7D. RGB value is (42,219,125). Sum of RGB (Red+Green+Blue) = 42+219+125=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB7D is #D52482. Grayscale: #9B9B9B. Windows color (decimal): -13968515 or 8248106. OLE color: 8248106.
HSL color Cylindrical-coordinate representation of color #2ADB7D: hue angle of 148.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB7D is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 125 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.14 |
| HSL | 148.14º | 0.71% | 0.51% | - |
| HSV(B) | 148.14º | 0.81% | 0.86% | - |
| XYZ | 29.99 | 52.64 | 27.98 | - |
| YUV | 155.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 125 | 0.81 | 0 | 0.43 | 0.14 | 148.14 | 0.71 | 0.51 |
| Hex | 2A | DB | 7D | 51 | 0 | 2B | E | 94 | 47 | 33 |
| Octal | 52 | 333 | 175 | 121 | 0 | 53 | 16 | 224 | 107 | 63 |
| Binary | 101010 | 11011011 | 1111101 | 1010001 | 0 | 101011 | 1110 | 10010100 | 1000111 | 110011 |
Color Harmonies of #2ADB7D
Complementary color
Monochromatic Colors of #2ADB7D
Black with #2ADB7D
Text Example
Text Example
White with #2ADB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB7D; }
p { color: rgb(42,219,125); }
H1.HeaderClassName
{
color: #2ADB7D;
}
.AnyTagClassName
{
color: #2ADB7D;
}
</style>
background-color css
<style>
a { background-color: #2ADB7D; }
a { background-color: rgb(42,219,125); }
div.DivClassName
{
background-color: #2ADB7D;
}
.BgClassName
{
background-color: #2ADB7D;
}
</style>
border-color css
<style>
span { border-color: #2ADB7D; }
span { border-color: rgb(42,219,125); }
td.TdClassName
{
border-color: #2ADB7D;
}
.TagClassName
{
border-color: #2ADB7D;
}
</style>