Shades of Shamrock #4AD497
Tints of Shamrock #4AD497
RGB
CMYK
RGB Variations
Color information
#4AD497 (or 0x4AD497) is known color: Shamrock. HEX triplet: 4A, D4 and 97. RGB value is (74,212,151). Sum of RGB (Red+Green+Blue) = 74+212+151=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD497 is #B52B68. Grayscale: #A3A3A3. Windows color (decimal): -11873129 or 9950282. OLE color: 9950282.
HSL color Cylindrical-coordinate representation of color #4AD497: hue angle of 153.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD497 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 212 | 151 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.17 |
| HSL | 153.48º | 0.62% | 0.56% | - |
| HSV(B) | 153.48º | 0.65% | 0.83% | - |
| XYZ | 31.95 | 50.78 | 37.4 | - |
| YUV | 163.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 151 | 0.65 | 0 | 0.29 | 0.17 | 153.48 | 0.62 | 0.56 |
| Hex | 4A | D4 | 97 | 41 | 0 | 1D | 11 | 99 | 3E | 38 |
| Octal | 112 | 324 | 227 | 101 | 0 | 35 | 21 | 231 | 76 | 70 |
| Binary | 1001010 | 11010100 | 10010111 | 1000001 | 0 | 11101 | 10001 | 10011001 | 111110 | 111000 |
Color Harmonies of #4AD497
Complementary color
Monochromatic Colors of #4AD497
Black with #4AD497
Text Example
Text Example
White with #4AD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD497; }
p { color: rgb(74,212,151); }
H1.HeaderClassName
{
color: #4AD497;
}
.AnyTagClassName
{
color: #4AD497;
}
</style>
background-color css
<style>
a { background-color: #4AD497; }
a { background-color: rgb(74,212,151); }
div.DivClassName
{
background-color: #4AD497;
}
.BgClassName
{
background-color: #4AD497;
}
</style>
border-color css
<style>
span { border-color: #4AD497; }
span { border-color: rgb(74,212,151); }
td.TdClassName
{
border-color: #4AD497;
}
.TagClassName
{
border-color: #4AD497;
}
</style>