Shades of Fruit Salad #45BA58
Tints of Fruit Salad #45BA58
RGB
CMYK
RGB Variations
Color information
#45BA58 (or 0x45BA58) is known color: Fruit Salad. HEX triplet: 45, BA and 58. RGB value is (69,186,88). Sum of RGB (Red+Green+Blue) = 69+186+88=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA58 is #BA45A7. Grayscale: #8C8C8C. Windows color (decimal): -12207528 or 5814853. OLE color: 5814853.
HSL color Cylindrical-coordinate representation of color #45BA58: hue angle of 129.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BA58 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 88 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.27 |
| HSL | 129.74º | 0.46% | 0.5% | - |
| HSV(B) | 129.74º | 0.63% | 0.73% | - |
| XYZ | 21.77 | 37.09 | 15.24 | - |
| YUV | 139.85 | 98.74 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 88 | 0.63 | 0 | 0.53 | 0.27 | 129.74 | 0.46 | 0.5 |
| Hex | 45 | BA | 58 | 3F | 0 | 35 | 1B | 82 | 2E | 32 |
| Octal | 105 | 272 | 130 | 77 | 0 | 65 | 33 | 202 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1011000 | 111111 | 0 | 110101 | 11011 | 10000010 | 101110 | 110010 |
Color Harmonies of #45BA58
Complementary color
Monochromatic Colors of #45BA58
Black with #45BA58
Text Example
Text Example
White with #45BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA58; }
p { color: rgb(69,186,88); }
H1.HeaderClassName
{
color: #45BA58;
}
.AnyTagClassName
{
color: #45BA58;
}
</style>
background-color css
<style>
a { background-color: #45BA58; }
a { background-color: rgb(69,186,88); }
div.DivClassName
{
background-color: #45BA58;
}
.BgClassName
{
background-color: #45BA58;
}
</style>
border-color css
<style>
span { border-color: #45BA58; }
span { border-color: rgb(69,186,88); }
td.TdClassName
{
border-color: #45BA58;
}
.TagClassName
{
border-color: #45BA58;
}
</style>