Shades of Fruit Salad #4AB23C
Tints of Fruit Salad #4AB23C
RGB
CMYK
RGB Variations
Color information
#4AB23C (or 0x4AB23C) is known color: Fruit Salad. HEX triplet: 4A, B2 and 3C. RGB value is (74,178,60). Sum of RGB (Red+Green+Blue) = 74+178+60=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB23C is #B54DC3. Grayscale: #858585. Windows color (decimal): -11881924 or 3977802. OLE color: 3977802.
HSL color Cylindrical-coordinate representation of color #4AB23C: hue angle of 112.88º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB23C is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 60 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.30 |
| HSL | 112.88º | 0.5% | 0.47% | - |
| HSV(B) | 112.88º | 0.66% | 0.7% | - |
| XYZ | 19.56 | 33.62 | 9.73 | - |
| YUV | 133.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 60 | 0.58 | 0 | 0.66 | 0.30 | 112.88 | 0.5 | 0.47 |
| Hex | 4A | B2 | 3C | 3A | 0 | 42 | 1E | 71 | 32 | 2F |
| Octal | 112 | 262 | 74 | 72 | 0 | 102 | 36 | 161 | 62 | 57 |
| Binary | 1001010 | 10110010 | 111100 | 111010 | 0 | 1000010 | 11110 | 1110001 | 110010 | 101111 |
Color Harmonies of #4AB23C
Complementary color
Monochromatic Colors of #4AB23C
Black with #4AB23C
Text Example
Text Example
White with #4AB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB23C; }
p { color: rgb(74,178,60); }
H1.HeaderClassName
{
color: #4AB23C;
}
.AnyTagClassName
{
color: #4AB23C;
}
</style>
background-color css
<style>
a { background-color: #4AB23C; }
a { background-color: rgb(74,178,60); }
div.DivClassName
{
background-color: #4AB23C;
}
.BgClassName
{
background-color: #4AB23C;
}
</style>
border-color css
<style>
span { border-color: #4AB23C; }
span { border-color: rgb(74,178,60); }
td.TdClassName
{
border-color: #4AB23C;
}
.TagClassName
{
border-color: #4AB23C;
}
</style>