Shades of Fruit Salad #4AB248
Tints of Fruit Salad #4AB248
RGB
CMYK
RGB Variations
Color information
#4AB248 (or 0x4AB248) is known color: Fruit Salad. HEX triplet: 4A, B2 and 48. RGB value is (74,178,72). Sum of RGB (Red+Green+Blue) = 74+178+72=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB248 is #B54DB7. Grayscale: #878787. Windows color (decimal): -11881912 or 4764234. OLE color: 4764234.
HSL color Cylindrical-coordinate representation of color #4AB248: hue angle of 118.87º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB248 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 72 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.30 |
| HSL | 118.87º | 0.42% | 0.49% | - |
| HSV(B) | 118.87º | 0.6% | 0.7% | - |
| XYZ | 19.91 | 33.76 | 11.6 | - |
| YUV | 134.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 72 | 0.58 | 0 | 0.60 | 0.30 | 118.87 | 0.42 | 0.49 |
| Hex | 4A | B2 | 48 | 3A | 0 | 3C | 1E | 77 | 2A | 31 |
| Octal | 112 | 262 | 110 | 72 | 0 | 74 | 36 | 167 | 52 | 61 |
| Binary | 1001010 | 10110010 | 1001000 | 111010 | 0 | 111100 | 11110 | 1110111 | 101010 | 110001 |
Color Harmonies of #4AB248
Complementary color
Monochromatic Colors of #4AB248
Black with #4AB248
Text Example
Text Example
White with #4AB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB248; }
p { color: rgb(74,178,72); }
H1.HeaderClassName
{
color: #4AB248;
}
.AnyTagClassName
{
color: #4AB248;
}
</style>
background-color css
<style>
a { background-color: #4AB248; }
a { background-color: rgb(74,178,72); }
div.DivClassName
{
background-color: #4AB248;
}
.BgClassName
{
background-color: #4AB248;
}
</style>
border-color css
<style>
span { border-color: #4AB248; }
span { border-color: rgb(74,178,72); }
td.TdClassName
{
border-color: #4AB248;
}
.TagClassName
{
border-color: #4AB248;
}
</style>