Shades of Fruit Salad #46B73C
Tints of Fruit Salad #46B73C
RGB
CMYK
RGB Variations
Color information
#46B73C (or 0x46B73C) is known color: Fruit Salad. HEX triplet: 46, B7 and 3C. RGB value is (70,183,60). Sum of RGB (Red+Green+Blue) = 70+183+60=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #46B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B73C is #B948C3. Grayscale: #878787. Windows color (decimal): -12142788 or 3979078. OLE color: 3979078.
HSL color Cylindrical-coordinate representation of color #46B73C: hue angle of 115.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46B73C is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 60 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.28 |
| HSL | 115.12º | 0.51% | 0.48% | - |
| HSV(B) | 115.12º | 0.67% | 0.72% | - |
| XYZ | 20.27 | 35.5 | 10.06 | - |
| YUV | 135.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 60 | 0.62 | 0 | 0.67 | 0.28 | 115.12 | 0.51 | 0.48 |
| Hex | 46 | B7 | 3C | 3E | 0 | 43 | 1C | 73 | 33 | 30 |
| Octal | 106 | 267 | 74 | 76 | 0 | 103 | 34 | 163 | 63 | 60 |
| Binary | 1000110 | 10110111 | 111100 | 111110 | 0 | 1000011 | 11100 | 1110011 | 110011 | 110000 |
Color Harmonies of #46B73C
Complementary color
Monochromatic Colors of #46B73C
Black with #46B73C
Text Example
Text Example
White with #46B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B73C; }
p { color: rgb(70,183,60); }
H1.HeaderClassName
{
color: #46B73C;
}
.AnyTagClassName
{
color: #46B73C;
}
</style>
background-color css
<style>
a { background-color: #46B73C; }
a { background-color: rgb(70,183,60); }
div.DivClassName
{
background-color: #46B73C;
}
.BgClassName
{
background-color: #46B73C;
}
</style>
border-color css
<style>
span { border-color: #46B73C; }
span { border-color: rgb(70,183,60); }
td.TdClassName
{
border-color: #46B73C;
}
.TagClassName
{
border-color: #46B73C;
}
</style>