Shades of Fruit Salad #4AB23F
Tints of Fruit Salad #4AB23F
RGB
CMYK
RGB Variations
Color information
#4AB23F (or 0x4AB23F) is known color: Fruit Salad. HEX triplet: 4A, B2 and 3F. RGB value is (74,178,63). Sum of RGB (Red+Green+Blue) = 74+178+63=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB23F is #B54DC0. Grayscale: #868686. Windows color (decimal): -11881921 or 4174410. OLE color: 4174410.
HSL color Cylindrical-coordinate representation of color #4AB23F: hue angle of 114.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB23F is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 63 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.30 |
| HSL | 114.26º | 0.48% | 0.47% | - |
| HSV(B) | 114.26º | 0.65% | 0.7% | - |
| XYZ | 19.64 | 33.66 | 10.16 | - |
| YUV | 133.79 | 88.04 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 63 | 0.58 | 0 | 0.65 | 0.30 | 114.26 | 0.48 | 0.47 |
| Hex | 4A | B2 | 3F | 3A | 0 | 41 | 1E | 72 | 30 | 2F |
| Octal | 112 | 262 | 77 | 72 | 0 | 101 | 36 | 162 | 60 | 57 |
| Binary | 1001010 | 10110010 | 111111 | 111010 | 0 | 1000001 | 11110 | 1110010 | 110000 | 101111 |
Color Harmonies of #4AB23F
Complementary color
Monochromatic Colors of #4AB23F
Black with #4AB23F
Text Example
Text Example
White with #4AB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB23F; }
p { color: rgb(74,178,63); }
H1.HeaderClassName
{
color: #4AB23F;
}
.AnyTagClassName
{
color: #4AB23F;
}
</style>
background-color css
<style>
a { background-color: #4AB23F; }
a { background-color: rgb(74,178,63); }
div.DivClassName
{
background-color: #4AB23F;
}
.BgClassName
{
background-color: #4AB23F;
}
</style>
border-color css
<style>
span { border-color: #4AB23F; }
span { border-color: rgb(74,178,63); }
td.TdClassName
{
border-color: #4AB23F;
}
.TagClassName
{
border-color: #4AB23F;
}
</style>