Shades of Shamrock #4AFDA5
Tints of Shamrock #4AFDA5
RGB
CMYK
RGB Variations
Color information
#4AFDA5 (or 0x4AFDA5) is known color: Shamrock. HEX triplet: 4A, FD and A5. RGB value is (74,253,165). Sum of RGB (Red+Green+Blue) = 74+253+165=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFDA5 is #B5025A. Grayscale: #BDBDBD. Windows color (decimal): -11862619 or 10878282. OLE color: 10878282.
HSL color Cylindrical-coordinate representation of color #4AFDA5: hue angle of 150.5º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDA5 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 165 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.01 |
| HSL | 150.5º | 0.98% | 0.64% | - |
| HSV(B) | 150.5º | 0.71% | 0.99% | - |
| XYZ | 44.74 | 74.42 | 47.6 | - |
| YUV | 189.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 165 | 0.71 | 0 | 0.35 | 0.01 | 150.5 | 0.98 | 0.64 |
| Hex | 4A | FD | A5 | 47 | 0 | 23 | 1 | 97 | 62 | 40 |
| Octal | 112 | 375 | 245 | 107 | 0 | 43 | 1 | 227 | 142 | 100 |
| Binary | 1001010 | 11111101 | 10100101 | 1000111 | 0 | 100011 | 1 | 10010111 | 1100010 | 1000000 |
Color Harmonies of #4AFDA5
Complementary color
Monochromatic Colors of #4AFDA5
Black with #4AFDA5
Text Example
Text Example
White with #4AFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDA5; }
p { color: rgb(74,253,165); }
H1.HeaderClassName
{
color: #4AFDA5;
}
.AnyTagClassName
{
color: #4AFDA5;
}
</style>
background-color css
<style>
a { background-color: #4AFDA5; }
a { background-color: rgb(74,253,165); }
div.DivClassName
{
background-color: #4AFDA5;
}
.BgClassName
{
background-color: #4AFDA5;
}
</style>
border-color css
<style>
span { border-color: #4AFDA5; }
span { border-color: rgb(74,253,165); }
td.TdClassName
{
border-color: #4AFDA5;
}
.TagClassName
{
border-color: #4AFDA5;
}
</style>