Shades of Fruit Salad #45BF55
Tints of Fruit Salad #45BF55
RGB
CMYK
RGB Variations
Color information
#45BF55 (or 0x45BF55) is known color: Fruit Salad. HEX triplet: 45, BF and 55. RGB value is (69,191,85). Sum of RGB (Red+Green+Blue) = 69+191+85=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BF55 is #BA40AA. Grayscale: #8E8E8E. Windows color (decimal): -12206251 or 5619525. OLE color: 5619525.
HSL color Cylindrical-coordinate representation of color #45BF55: hue angle of 127.87º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BF55 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 85 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.25 |
| HSL | 127.87º | 0.49% | 0.51% | - |
| HSV(B) | 127.87º | 0.64% | 0.75% | - |
| XYZ | 22.72 | 39.18 | 14.96 | - |
| YUV | 142.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 85 | 0.64 | 0 | 0.55 | 0.25 | 127.87 | 0.49 | 0.51 |
| Hex | 45 | BF | 55 | 40 | 0 | 37 | 19 | 80 | 31 | 33 |
| Octal | 105 | 277 | 125 | 100 | 0 | 67 | 31 | 200 | 61 | 63 |
| Binary | 1000101 | 10111111 | 1010101 | 1000000 | 0 | 110111 | 11001 | 10000000 | 110001 | 110011 |
Color Harmonies of #45BF55
Complementary color
Monochromatic Colors of #45BF55
Black with #45BF55
Text Example
Text Example
White with #45BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF55; }
p { color: rgb(69,191,85); }
H1.HeaderClassName
{
color: #45BF55;
}
.AnyTagClassName
{
color: #45BF55;
}
</style>
background-color css
<style>
a { background-color: #45BF55; }
a { background-color: rgb(69,191,85); }
div.DivClassName
{
background-color: #45BF55;
}
.BgClassName
{
background-color: #45BF55;
}
</style>
border-color css
<style>
span { border-color: #45BF55; }
span { border-color: rgb(69,191,85); }
td.TdClassName
{
border-color: #45BF55;
}
.TagClassName
{
border-color: #45BF55;
}
</style>