Shades of Fruit Salad #4ACB52
Tints of Fruit Salad #4ACB52
RGB
CMYK
RGB Variations
Color information
#4ACB52 (or 0x4ACB52) is known color: Fruit Salad. HEX triplet: 4A, CB and 52. RGB value is (74,203,82). Sum of RGB (Red+Green+Blue) = 74+203+82=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB52 is #B534AD. Grayscale: #969696. Windows color (decimal): -11875502 or 5425994. OLE color: 5425994.
HSL color Cylindrical-coordinate representation of color #4ACB52: hue angle of 123.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB52 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 82 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.20 |
| HSL | 123.72º | 0.55% | 0.54% | - |
| HSV(B) | 123.72º | 0.64% | 0.8% | - |
| XYZ | 25.7 | 44.78 | 15.27 | - |
| YUV | 150.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 82 | 0.64 | 0 | 0.60 | 0.20 | 123.72 | 0.55 | 0.54 |
| Hex | 4A | CB | 52 | 40 | 0 | 3C | 14 | 7C | 37 | 36 |
| Octal | 112 | 313 | 122 | 100 | 0 | 74 | 24 | 174 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1010010 | 1000000 | 0 | 111100 | 10100 | 1111100 | 110111 | 110110 |
Color Harmonies of #4ACB52
Complementary color
Monochromatic Colors of #4ACB52
Black with #4ACB52
Text Example
Text Example
White with #4ACB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB52; }
p { color: rgb(74,203,82); }
H1.HeaderClassName
{
color: #4ACB52;
}
.AnyTagClassName
{
color: #4ACB52;
}
</style>
background-color css
<style>
a { background-color: #4ACB52; }
a { background-color: rgb(74,203,82); }
div.DivClassName
{
background-color: #4ACB52;
}
.BgClassName
{
background-color: #4ACB52;
}
</style>
border-color css
<style>
span { border-color: #4ACB52; }
span { border-color: rgb(74,203,82); }
td.TdClassName
{
border-color: #4ACB52;
}
.TagClassName
{
border-color: #4ACB52;
}
</style>