Shades of Fruit Salad #4AB23B
Tints of Fruit Salad #4AB23B
RGB
CMYK
RGB Variations
Color information
#4AB23B (or 0x4AB23B) is known color: Fruit Salad. HEX triplet: 4A, B2 and 3B. RGB value is (74,178,59). Sum of RGB (Red+Green+Blue) = 74+178+59=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB23B is #B54DC4. Grayscale: #858585. Windows color (decimal): -11881925 or 3912266. OLE color: 3912266.
HSL color Cylindrical-coordinate representation of color #4AB23B: hue angle of 112.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB23B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 59 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.30 |
| HSL | 112.44º | 0.5% | 0.46% | - |
| HSV(B) | 112.44º | 0.67% | 0.7% | - |
| XYZ | 19.53 | 33.61 | 9.6 | - |
| YUV | 133.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 59 | 0.58 | 0 | 0.67 | 0.30 | 112.44 | 0.5 | 0.46 |
| Hex | 4A | B2 | 3B | 3A | 0 | 43 | 1E | 70 | 32 | 2E |
| Octal | 112 | 262 | 73 | 72 | 0 | 103 | 36 | 160 | 62 | 56 |
| Binary | 1001010 | 10110010 | 111011 | 111010 | 0 | 1000011 | 11110 | 1110000 | 110010 | 101110 |
Color Harmonies of #4AB23B
Complementary color
Monochromatic Colors of #4AB23B
Black with #4AB23B
Text Example
Text Example
White with #4AB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB23B; }
p { color: rgb(74,178,59); }
H1.HeaderClassName
{
color: #4AB23B;
}
.AnyTagClassName
{
color: #4AB23B;
}
</style>
background-color css
<style>
a { background-color: #4AB23B; }
a { background-color: rgb(74,178,59); }
div.DivClassName
{
background-color: #4AB23B;
}
.BgClassName
{
background-color: #4AB23B;
}
</style>
border-color css
<style>
span { border-color: #4AB23B; }
span { border-color: rgb(74,178,59); }
td.TdClassName
{
border-color: #4AB23B;
}
.TagClassName
{
border-color: #4AB23B;
}
</style>