Shades of Fruit Salad #46BD5C
Tints of Fruit Salad #46BD5C
RGB
CMYK
RGB Variations
Color information
#46BD5C (or 0x46BD5C) is known color: Fruit Salad. HEX triplet: 46, BD and 5C. RGB value is (70,189,92). Sum of RGB (Red+Green+Blue) = 70+189+92=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BD5C is #B942A3. Grayscale: #8E8E8E. Windows color (decimal): -12141220 or 6077766. OLE color: 6077766.
HSL color Cylindrical-coordinate representation of color #46BD5C: hue angle of 131.09º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BD5C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 189 | 92 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.26 |
| HSL | 131.09º | 0.47% | 0.51% | - |
| HSV(B) | 131.09º | 0.63% | 0.74% | - |
| XYZ | 22.66 | 38.47 | 16.36 | - |
| YUV | 142.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 92 | 0.63 | 0 | 0.51 | 0.26 | 131.09 | 0.47 | 0.51 |
| Hex | 46 | BD | 5C | 3F | 0 | 33 | 1A | 83 | 2F | 33 |
| Octal | 106 | 275 | 134 | 77 | 0 | 63 | 32 | 203 | 57 | 63 |
| Binary | 1000110 | 10111101 | 1011100 | 111111 | 0 | 110011 | 11010 | 10000011 | 101111 | 110011 |
Color Harmonies of #46BD5C
Complementary color
Monochromatic Colors of #46BD5C
Black with #46BD5C
Text Example
Text Example
White with #46BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BD5C; }
p { color: rgb(70,189,92); }
H1.HeaderClassName
{
color: #46BD5C;
}
.AnyTagClassName
{
color: #46BD5C;
}
</style>
background-color css
<style>
a { background-color: #46BD5C; }
a { background-color: rgb(70,189,92); }
div.DivClassName
{
background-color: #46BD5C;
}
.BgClassName
{
background-color: #46BD5C;
}
</style>
border-color css
<style>
span { border-color: #46BD5C; }
span { border-color: rgb(70,189,92); }
td.TdClassName
{
border-color: #46BD5C;
}
.TagClassName
{
border-color: #46BD5C;
}
</style>