Shades of Fruit Salad #46C34C
Tints of Fruit Salad #46C34C
RGB
CMYK
RGB Variations
Color information
#46C34C (or 0x46C34C) is known color: Fruit Salad. HEX triplet: 46, C3 and 4C. RGB value is (70,195,76). Sum of RGB (Red+Green+Blue) = 70+195+76=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #46C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C34C is #B93CB3. Grayscale: #909090. Windows color (decimal): -12139700 or 5030726. OLE color: 5030726.
HSL color Cylindrical-coordinate representation of color #46C34C: hue angle of 122.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C34C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 76 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.24 |
| HSL | 122.88º | 0.51% | 0.52% | - |
| HSV(B) | 122.88º | 0.64% | 0.76% | - |
| XYZ | 23.35 | 40.85 | 13.49 | - |
| YUV | 144.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 76 | 0.64 | 0 | 0.61 | 0.24 | 122.88 | 0.51 | 0.52 |
| Hex | 46 | C3 | 4C | 40 | 0 | 3D | 18 | 7B | 33 | 34 |
| Octal | 106 | 303 | 114 | 100 | 0 | 75 | 30 | 173 | 63 | 64 |
| Binary | 1000110 | 11000011 | 1001100 | 1000000 | 0 | 111101 | 11000 | 1111011 | 110011 | 110100 |
Color Harmonies of #46C34C
Complementary color
Monochromatic Colors of #46C34C
Black with #46C34C
Text Example
Text Example
White with #46C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C34C; }
p { color: rgb(70,195,76); }
H1.HeaderClassName
{
color: #46C34C;
}
.AnyTagClassName
{
color: #46C34C;
}
</style>
background-color css
<style>
a { background-color: #46C34C; }
a { background-color: rgb(70,195,76); }
div.DivClassName
{
background-color: #46C34C;
}
.BgClassName
{
background-color: #46C34C;
}
</style>
border-color css
<style>
span { border-color: #46C34C; }
span { border-color: rgb(70,195,76); }
td.TdClassName
{
border-color: #46C34C;
}
.TagClassName
{
border-color: #46C34C;
}
</style>