Shades of Shamrock #4AF79B
Tints of Shamrock #4AF79B
RGB
CMYK
RGB Variations
Color information
#4AF79B (or 0x4AF79B) is known color: Shamrock. HEX triplet: 4A, F7 and 9B. RGB value is (74,247,155). Sum of RGB (Red+Green+Blue) = 74+247+155=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF79B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF79B is #B50864. Grayscale: #B8B8B8. Windows color (decimal): -11864165 or 10221386. OLE color: 10221386.
HSL color Cylindrical-coordinate representation of color #4AF79B: hue angle of 148.09º 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 #4AF79B is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 155 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.03 |
| HSL | 148.09º | 0.92% | 0.63% | - |
| HSV(B) | 148.09º | 0.7% | 0.97% | - |
| XYZ | 42 | 70.34 | 42.37 | - |
| YUV | 184.79 | 111.19 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 155 | 0.70 | 0 | 0.37 | 0.03 | 148.09 | 0.92 | 0.63 |
| Hex | 4A | F7 | 9B | 46 | 0 | 25 | 3 | 94 | 5C | 3F |
| Octal | 112 | 367 | 233 | 106 | 0 | 45 | 3 | 224 | 134 | 77 |
| Binary | 1001010 | 11110111 | 10011011 | 1000110 | 0 | 100101 | 11 | 10010100 | 1011100 | 111111 |
Color Harmonies of #4AF79B
Complementary color
Monochromatic Colors of #4AF79B
Black with #4AF79B
Text Example
Text Example
White with #4AF79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF79B; }
p { color: rgb(74,247,155); }
H1.HeaderClassName
{
color: #4AF79B;
}
.AnyTagClassName
{
color: #4AF79B;
}
</style>
background-color css
<style>
a { background-color: #4AF79B; }
a { background-color: rgb(74,247,155); }
div.DivClassName
{
background-color: #4AF79B;
}
.BgClassName
{
background-color: #4AF79B;
}
</style>
border-color css
<style>
span { border-color: #4AF79B; }
span { border-color: rgb(74,247,155); }
td.TdClassName
{
border-color: #4AF79B;
}
.TagClassName
{
border-color: #4AF79B;
}
</style>