Shades of Fruit Salad #46B754
Tints of Fruit Salad #46B754
RGB
CMYK
RGB Variations
Color information
#46B754 (or 0x46B754) is known color: Fruit Salad. HEX triplet: 46, B7 and 54. RGB value is (70,183,84). Sum of RGB (Red+Green+Blue) = 70+183+84=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #46B754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B754 is #B948AB. Grayscale: #8A8A8A. Windows color (decimal): -12142764 or 5551942. OLE color: 5551942.
HSL color Cylindrical-coordinate representation of color #46B754: hue angle of 127.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B754 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 84 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.28 |
| HSL | 127.43º | 0.45% | 0.5% | - |
| HSV(B) | 127.43º | 0.62% | 0.72% | - |
| XYZ | 21.06 | 35.81 | 14.19 | - |
| YUV | 137.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 84 | 0.62 | 0 | 0.54 | 0.28 | 127.43 | 0.45 | 0.5 |
| Hex | 46 | B7 | 54 | 3E | 0 | 36 | 1C | 7F | 2D | 32 |
| Octal | 106 | 267 | 124 | 76 | 0 | 66 | 34 | 177 | 55 | 62 |
| Binary | 1000110 | 10110111 | 1010100 | 111110 | 0 | 110110 | 11100 | 1111111 | 101101 | 110010 |
Color Harmonies of #46B754
Complementary color
Monochromatic Colors of #46B754
Black with #46B754
Text Example
Text Example
White with #46B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B754; }
p { color: rgb(70,183,84); }
H1.HeaderClassName
{
color: #46B754;
}
.AnyTagClassName
{
color: #46B754;
}
</style>
background-color css
<style>
a { background-color: #46B754; }
a { background-color: rgb(70,183,84); }
div.DivClassName
{
background-color: #46B754;
}
.BgClassName
{
background-color: #46B754;
}
</style>
border-color css
<style>
span { border-color: #46B754; }
span { border-color: rgb(70,183,84); }
td.TdClassName
{
border-color: #46B754;
}
.TagClassName
{
border-color: #46B754;
}
</style>