Shades of Shamrock #4AD792
Tints of Shamrock #4AD792
RGB
CMYK
RGB Variations
Color information
#4AD792 (or 0x4AD792) is known color: Shamrock. HEX triplet: 4A, D7 and 92. RGB value is (74,215,146). Sum of RGB (Red+Green+Blue) = 74+215+146=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD792 is #B5286D. Grayscale: #A5A5A5. Windows color (decimal): -11872366 or 9623370. OLE color: 9623370.
HSL color Cylindrical-coordinate representation of color #4AD792: hue angle of 150.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD792 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 146 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.16 |
| HSL | 150.64º | 0.64% | 0.57% | - |
| HSV(B) | 150.64º | 0.66% | 0.84% | - |
| XYZ | 32.31 | 52.13 | 35.55 | - |
| YUV | 164.98 | 117.29 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 146 | 0.66 | 0 | 0.32 | 0.16 | 150.64 | 0.64 | 0.57 |
| Hex | 4A | D7 | 92 | 42 | 0 | 20 | 10 | 97 | 40 | 39 |
| Octal | 112 | 327 | 222 | 102 | 0 | 40 | 20 | 227 | 100 | 71 |
| Binary | 1001010 | 11010111 | 10010010 | 1000010 | 0 | 100000 | 10000 | 10010111 | 1000000 | 111001 |
Color Harmonies of #4AD792
Complementary color
Monochromatic Colors of #4AD792
Black with #4AD792
Text Example
Text Example
White with #4AD792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD792; }
p { color: rgb(74,215,146); }
H1.HeaderClassName
{
color: #4AD792;
}
.AnyTagClassName
{
color: #4AD792;
}
</style>
background-color css
<style>
a { background-color: #4AD792; }
a { background-color: rgb(74,215,146); }
div.DivClassName
{
background-color: #4AD792;
}
.BgClassName
{
background-color: #4AD792;
}
</style>
border-color css
<style>
span { border-color: #4AD792; }
span { border-color: rgb(74,215,146); }
td.TdClassName
{
border-color: #4AD792;
}
.TagClassName
{
border-color: #4AD792;
}
</style>