Shades of Shamrock #4ADF98
Tints of Shamrock #4ADF98
RGB
CMYK
RGB Variations
Color information
#4ADF98 (or 0x4ADF98) is known color: Shamrock. HEX triplet: 4A, DF and 98. RGB value is (74,223,152). Sum of RGB (Red+Green+Blue) = 74+223+152=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF98 is #B52067. Grayscale: #AAAAAA. Windows color (decimal): -11870312 or 10018634. OLE color: 10018634.
HSL color Cylindrical-coordinate representation of color #4ADF98: hue angle of 151.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF98 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 152 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.13 |
| HSL | 151.41º | 0.7% | 0.58% | - |
| HSV(B) | 151.41º | 0.67% | 0.87% | - |
| XYZ | 34.88 | 56.5 | 38.77 | - |
| YUV | 170.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 152 | 0.67 | 0 | 0.32 | 0.13 | 151.41 | 0.7 | 0.58 |
| Hex | 4A | DF | 98 | 43 | 0 | 20 | D | 97 | 46 | 3A |
| Octal | 112 | 337 | 230 | 103 | 0 | 40 | 15 | 227 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10011000 | 1000011 | 0 | 100000 | 1101 | 10010111 | 1000110 | 111010 |
Color Harmonies of #4ADF98
Complementary color
Monochromatic Colors of #4ADF98
Black with #4ADF98
Text Example
Text Example
White with #4ADF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF98; }
p { color: rgb(74,223,152); }
H1.HeaderClassName
{
color: #4ADF98;
}
.AnyTagClassName
{
color: #4ADF98;
}
</style>
background-color css
<style>
a { background-color: #4ADF98; }
a { background-color: rgb(74,223,152); }
div.DivClassName
{
background-color: #4ADF98;
}
.BgClassName
{
background-color: #4ADF98;
}
</style>
border-color css
<style>
span { border-color: #4ADF98; }
span { border-color: rgb(74,223,152); }
td.TdClassName
{
border-color: #4ADF98;
}
.TagClassName
{
border-color: #4ADF98;
}
</style>