Shades of Fruit Salad #45BA51
Tints of Fruit Salad #45BA51
RGB
CMYK
RGB Variations
Color information
#45BA51 (or 0x45BA51) is known color: Fruit Salad. HEX triplet: 45, BA and 51. RGB value is (69,186,81). Sum of RGB (Red+Green+Blue) = 69+186+81=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA51 is #BA45AE. Grayscale: #8B8B8B. Windows color (decimal): -12207535 or 5356101. OLE color: 5356101.
HSL color Cylindrical-coordinate representation of color #45BA51: hue angle of 126.15º 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 #45BA51 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 81 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.27 |
| HSL | 126.15º | 0.46% | 0.5% | - |
| HSV(B) | 126.15º | 0.63% | 0.73% | - |
| XYZ | 21.5 | 36.98 | 13.79 | - |
| YUV | 139.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 81 | 0.63 | 0 | 0.56 | 0.27 | 126.15 | 0.46 | 0.5 |
| Hex | 45 | BA | 51 | 3F | 0 | 38 | 1B | 7E | 2E | 32 |
| Octal | 105 | 272 | 121 | 77 | 0 | 70 | 33 | 176 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1010001 | 111111 | 0 | 111000 | 11011 | 1111110 | 101110 | 110010 |
Color Harmonies of #45BA51
Complementary color
Monochromatic Colors of #45BA51
Black with #45BA51
Text Example
Text Example
White with #45BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA51; }
p { color: rgb(69,186,81); }
H1.HeaderClassName
{
color: #45BA51;
}
.AnyTagClassName
{
color: #45BA51;
}
</style>
background-color css
<style>
a { background-color: #45BA51; }
a { background-color: rgb(69,186,81); }
div.DivClassName
{
background-color: #45BA51;
}
.BgClassName
{
background-color: #45BA51;
}
</style>
border-color css
<style>
span { border-color: #45BA51; }
span { border-color: rgb(69,186,81); }
td.TdClassName
{
border-color: #45BA51;
}
.TagClassName
{
border-color: #45BA51;
}
</style>