Shades of Fruit Salad #46B53C
Tints of Fruit Salad #46B53C
RGB
CMYK
RGB Variations
Color information
#46B53C (or 0x46B53C) is known color: Fruit Salad. HEX triplet: 46, B5 and 3C. RGB value is (70,181,60). Sum of RGB (Red+Green+Blue) = 70+181+60=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #46B53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B53C is #B94AC3. Grayscale: #868686. Windows color (decimal): -12143300 or 3978566. OLE color: 3978566.
HSL color Cylindrical-coordinate representation of color #46B53C: hue angle of 115.04º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46B53C is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 181 | 60 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.29 |
| HSL | 115.04º | 0.5% | 0.47% | - |
| HSV(B) | 115.04º | 0.67% | 0.71% | - |
| XYZ | 19.87 | 34.68 | 9.92 | - |
| YUV | 134.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 181 | 60 | 0.61 | 0 | 0.67 | 0.29 | 115.04 | 0.5 | 0.47 |
| Hex | 46 | B5 | 3C | 3D | 0 | 43 | 1D | 73 | 32 | 2F |
| Octal | 106 | 265 | 74 | 75 | 0 | 103 | 35 | 163 | 62 | 57 |
| Binary | 1000110 | 10110101 | 111100 | 111101 | 0 | 1000011 | 11101 | 1110011 | 110010 | 101111 |
Color Harmonies of #46B53C
Complementary color
Monochromatic Colors of #46B53C
Black with #46B53C
Text Example
Text Example
White with #46B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B53C; }
p { color: rgb(70,181,60); }
H1.HeaderClassName
{
color: #46B53C;
}
.AnyTagClassName
{
color: #46B53C;
}
</style>
background-color css
<style>
a { background-color: #46B53C; }
a { background-color: rgb(70,181,60); }
div.DivClassName
{
background-color: #46B53C;
}
.BgClassName
{
background-color: #46B53C;
}
</style>
border-color css
<style>
span { border-color: #46B53C; }
span { border-color: rgb(70,181,60); }
td.TdClassName
{
border-color: #46B53C;
}
.TagClassName
{
border-color: #46B53C;
}
</style>