Shades of Shamrock #4AF798
Tints of Shamrock #4AF798
RGB
CMYK
RGB Variations
Color information
#4AF798 (or 0x4AF798) is known color: Shamrock. HEX triplet: 4A, F7 and 98. RGB value is (74,247,152). Sum of RGB (Red+Green+Blue) = 74+247+152=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF798 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF798 is #B50867. Grayscale: #B8B8B8. Windows color (decimal): -11864168 or 10024778. OLE color: 10024778.
HSL color Cylindrical-coordinate representation of color #4AF798: hue angle of 147.05º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF798 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 152 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.03 |
| HSL | 147.05º | 0.92% | 0.63% | - |
| HSV(B) | 147.05º | 0.7% | 0.97% | - |
| XYZ | 41.75 | 70.24 | 41.06 | - |
| YUV | 184.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 152 | 0.70 | 0 | 0.38 | 0.03 | 147.05 | 0.92 | 0.63 |
| Hex | 4A | F7 | 98 | 46 | 0 | 26 | 3 | 93 | 5C | 3F |
| Octal | 112 | 367 | 230 | 106 | 0 | 46 | 3 | 223 | 134 | 77 |
| Binary | 1001010 | 11110111 | 10011000 | 1000110 | 0 | 100110 | 11 | 10010011 | 1011100 | 111111 |
Color Harmonies of #4AF798
Complementary color
Monochromatic Colors of #4AF798
Black with #4AF798
Text Example
Text Example
White with #4AF798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF798; }
p { color: rgb(74,247,152); }
H1.HeaderClassName
{
color: #4AF798;
}
.AnyTagClassName
{
color: #4AF798;
}
</style>
background-color css
<style>
a { background-color: #4AF798; }
a { background-color: rgb(74,247,152); }
div.DivClassName
{
background-color: #4AF798;
}
.BgClassName
{
background-color: #4AF798;
}
</style>
border-color css
<style>
span { border-color: #4AF798; }
span { border-color: rgb(74,247,152); }
td.TdClassName
{
border-color: #4AF798;
}
.TagClassName
{
border-color: #4AF798;
}
</style>