Shades of Fruit Salad #4AB253
Tints of Fruit Salad #4AB253
RGB
CMYK
RGB Variations
Color information
#4AB253 (or 0x4AB253) is known color: Fruit Salad. HEX triplet: 4A, B2 and 53. RGB value is (74,178,83). Sum of RGB (Red+Green+Blue) = 74+178+83=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB253 is #B54DAC. Grayscale: #888888. Windows color (decimal): -11881901 or 5485130. OLE color: 5485130.
HSL color Cylindrical-coordinate representation of color #4AB253: hue angle of 125.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB253 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 83 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.30 |
| HSL | 125.19º | 0.41% | 0.49% | - |
| HSV(B) | 125.19º | 0.58% | 0.7% | - |
| XYZ | 20.31 | 33.92 | 13.66 | - |
| YUV | 136.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 83 | 0.58 | 0 | 0.53 | 0.30 | 125.19 | 0.41 | 0.49 |
| Hex | 4A | B2 | 53 | 3A | 0 | 35 | 1E | 7D | 29 | 31 |
| Octal | 112 | 262 | 123 | 72 | 0 | 65 | 36 | 175 | 51 | 61 |
| Binary | 1001010 | 10110010 | 1010011 | 111010 | 0 | 110101 | 11110 | 1111101 | 101001 | 110001 |
Color Harmonies of #4AB253
Complementary color
Monochromatic Colors of #4AB253
Black with #4AB253
Text Example
Text Example
White with #4AB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB253; }
p { color: rgb(74,178,83); }
H1.HeaderClassName
{
color: #4AB253;
}
.AnyTagClassName
{
color: #4AB253;
}
</style>
background-color css
<style>
a { background-color: #4AB253; }
a { background-color: rgb(74,178,83); }
div.DivClassName
{
background-color: #4AB253;
}
.BgClassName
{
background-color: #4AB253;
}
</style>
border-color css
<style>
span { border-color: #4AB253; }
span { border-color: rgb(74,178,83); }
td.TdClassName
{
border-color: #4AB253;
}
.TagClassName
{
border-color: #4AB253;
}
</style>