Shades of Fruit Salad #45BA4C
Tints of Fruit Salad #45BA4C
RGB
CMYK
RGB Variations
Color information
#45BA4C (or 0x45BA4C) is known color: Fruit Salad. HEX triplet: 45, BA and 4C. RGB value is (69,186,76). Sum of RGB (Red+Green+Blue) = 69+186+76=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA4C is #BA45B3. Grayscale: #8A8A8A. Windows color (decimal): -12207540 or 5028421. OLE color: 5028421.
HSL color Cylindrical-coordinate representation of color #45BA4C: hue angle of 123.59º 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 #45BA4C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 76 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.27 |
| HSL | 123.59º | 0.46% | 0.5% | - |
| HSV(B) | 123.59º | 0.63% | 0.73% | - |
| XYZ | 21.32 | 36.9 | 12.84 | - |
| YUV | 138.48 | 92.74 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 76 | 0.63 | 0 | 0.59 | 0.27 | 123.59 | 0.46 | 0.5 |
| Hex | 45 | BA | 4C | 3F | 0 | 3B | 1B | 7C | 2E | 32 |
| Octal | 105 | 272 | 114 | 77 | 0 | 73 | 33 | 174 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1001100 | 111111 | 0 | 111011 | 11011 | 1111100 | 101110 | 110010 |
Color Harmonies of #45BA4C
Complementary color
Monochromatic Colors of #45BA4C
Black with #45BA4C
Text Example
Text Example
White with #45BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA4C; }
p { color: rgb(69,186,76); }
H1.HeaderClassName
{
color: #45BA4C;
}
.AnyTagClassName
{
color: #45BA4C;
}
</style>
background-color css
<style>
a { background-color: #45BA4C; }
a { background-color: rgb(69,186,76); }
div.DivClassName
{
background-color: #45BA4C;
}
.BgClassName
{
background-color: #45BA4C;
}
</style>
border-color css
<style>
span { border-color: #45BA4C; }
span { border-color: rgb(69,186,76); }
td.TdClassName
{
border-color: #45BA4C;
}
.TagClassName
{
border-color: #45BA4C;
}
</style>