Shades of Fruit Salad #45BC55
Tints of Fruit Salad #45BC55
RGB
CMYK
RGB Variations
Color information
#45BC55 (or 0x45BC55) is known color: Fruit Salad. HEX triplet: 45, BC and 55. RGB value is (69,188,85). Sum of RGB (Red+Green+Blue) = 69+188+85=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC55 is #BA43AA. Grayscale: #8C8C8C. Windows color (decimal): -12207019 or 5618757. OLE color: 5618757.
HSL color Cylindrical-coordinate representation of color #45BC55: hue angle of 128.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC55 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 85 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.26 |
| HSL | 128.07º | 0.47% | 0.5% | - |
| HSV(B) | 128.07º | 0.63% | 0.74% | - |
| XYZ | 22.08 | 37.89 | 14.74 | - |
| YUV | 140.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 85 | 0.63 | 0 | 0.55 | 0.26 | 128.07 | 0.47 | 0.5 |
| Hex | 45 | BC | 55 | 3F | 0 | 37 | 1A | 80 | 2F | 32 |
| Octal | 105 | 274 | 125 | 77 | 0 | 67 | 32 | 200 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1010101 | 111111 | 0 | 110111 | 11010 | 10000000 | 101111 | 110010 |
Color Harmonies of #45BC55
Complementary color
Monochromatic Colors of #45BC55
Black with #45BC55
Text Example
Text Example
White with #45BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC55; }
p { color: rgb(69,188,85); }
H1.HeaderClassName
{
color: #45BC55;
}
.AnyTagClassName
{
color: #45BC55;
}
</style>
background-color css
<style>
a { background-color: #45BC55; }
a { background-color: rgb(69,188,85); }
div.DivClassName
{
background-color: #45BC55;
}
.BgClassName
{
background-color: #45BC55;
}
</style>
border-color css
<style>
span { border-color: #45BC55; }
span { border-color: rgb(69,188,85); }
td.TdClassName
{
border-color: #45BC55;
}
.TagClassName
{
border-color: #45BC55;
}
</style>