Shades of Shamrock #4AFE99
Tints of Shamrock #4AFE99
RGB
CMYK
RGB Variations
Color information
#4AFE99 (or 0x4AFE99) is known color: Shamrock. HEX triplet: 4A, FE and 99. RGB value is (74,254,153). Sum of RGB (Red+Green+Blue) = 74+254+153=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFE99 is #B50166. Grayscale: #BCBCBC. Windows color (decimal): -11862375 or 10092106. OLE color: 10092106.
HSL color Cylindrical-coordinate representation of color #4AFE99: hue angle of 146.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFE99 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 153 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.00 |
| HSL | 146.33º | 0.99% | 0.64% | - |
| HSV(B) | 146.33º | 0.71% | 1% | - |
| XYZ | 44.02 | 74.64 | 42.22 | - |
| YUV | 188.67 | 107.87 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 153 | 0.71 | 0 | 0.40 | 0.00 | 146.33 | 0.99 | 0.64 |
| Hex | 4A | FE | 99 | 47 | 0 | 28 | 0 | 92 | 63 | 40 |
| Octal | 112 | 376 | 231 | 107 | 0 | 50 | 0 | 222 | 143 | 100 |
| Binary | 1001010 | 11111110 | 10011001 | 1000111 | 0 | 101000 | 0 | 10010010 | 1100011 | 1000000 |
Color Harmonies of #4AFE99
Complementary color
Monochromatic Colors of #4AFE99
Black with #4AFE99
Text Example
Text Example
White with #4AFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE99; }
p { color: rgb(74,254,153); }
H1.HeaderClassName
{
color: #4AFE99;
}
.AnyTagClassName
{
color: #4AFE99;
}
</style>
background-color css
<style>
a { background-color: #4AFE99; }
a { background-color: rgb(74,254,153); }
div.DivClassName
{
background-color: #4AFE99;
}
.BgClassName
{
background-color: #4AFE99;
}
</style>
border-color css
<style>
span { border-color: #4AFE99; }
span { border-color: rgb(74,254,153); }
td.TdClassName
{
border-color: #4AFE99;
}
.TagClassName
{
border-color: #4AFE99;
}
</style>