Shades of Fruit Salad #4BAC42
Tints of Fruit Salad #4BAC42
RGB
CMYK
RGB Variations
Color information
#4BAC42 (or 0x4BAC42) is known color: Fruit Salad. HEX triplet: 4B, AC and 42. RGB value is (75,172,66). Sum of RGB (Red+Green+Blue) = 75+172+66=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC42 is #B453BD. Grayscale: #838383. Windows color (decimal): -11817918 or 4369483. OLE color: 4369483.
HSL color Cylindrical-coordinate representation of color #4BAC42: hue angle of 114.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BAC42 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 66 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.33 |
| HSL | 114.91º | 0.45% | 0.47% | - |
| HSV(B) | 114.91º | 0.62% | 0.67% | - |
| XYZ | 18.64 | 31.39 | 10.23 | - |
| YUV | 130.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 66 | 0.56 | 0 | 0.62 | 0.33 | 114.91 | 0.45 | 0.47 |
| Hex | 4B | AC | 42 | 38 | 0 | 3E | 21 | 73 | 2D | 2F |
| Octal | 113 | 254 | 102 | 70 | 0 | 76 | 41 | 163 | 55 | 57 |
| Binary | 1001011 | 10101100 | 1000010 | 111000 | 0 | 111110 | 100001 | 1110011 | 101101 | 101111 |
Color Harmonies of #4BAC42
Complementary color
Monochromatic Colors of #4BAC42
Black with #4BAC42
Text Example
Text Example
White with #4BAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC42; }
p { color: rgb(75,172,66); }
H1.HeaderClassName
{
color: #4BAC42;
}
.AnyTagClassName
{
color: #4BAC42;
}
</style>
background-color css
<style>
a { background-color: #4BAC42; }
a { background-color: rgb(75,172,66); }
div.DivClassName
{
background-color: #4BAC42;
}
.BgClassName
{
background-color: #4BAC42;
}
</style>
border-color css
<style>
span { border-color: #4BAC42; }
span { border-color: rgb(75,172,66); }
td.TdClassName
{
border-color: #4BAC42;
}
.TagClassName
{
border-color: #4BAC42;
}
</style>