Shades of Fruit Salad #45C055
Tints of Fruit Salad #45C055
RGB
CMYK
RGB Variations
Color information
#45C055 (or 0x45C055) is known color: Fruit Salad. HEX triplet: 45, C0 and 55. RGB value is (69,192,85). Sum of RGB (Red+Green+Blue) = 69+192+85=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #45C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C055 is #BA3FAA. Grayscale: #8F8F8F. Windows color (decimal): -12205995 or 5619781. OLE color: 5619781.
HSL color Cylindrical-coordinate representation of color #45C055: hue angle of 127.8º 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 #45C055 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 85 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.25 |
| HSL | 127.8º | 0.49% | 0.51% | - |
| HSV(B) | 127.8º | 0.64% | 0.75% | - |
| XYZ | 22.94 | 39.62 | 15.03 | - |
| YUV | 143.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 85 | 0.64 | 0 | 0.56 | 0.25 | 127.8 | 0.49 | 0.51 |
| Hex | 45 | C0 | 55 | 40 | 0 | 38 | 19 | 80 | 31 | 33 |
| Octal | 105 | 300 | 125 | 100 | 0 | 70 | 31 | 200 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1010101 | 1000000 | 0 | 111000 | 11001 | 10000000 | 110001 | 110011 |
Color Harmonies of #45C055
Complementary color
Monochromatic Colors of #45C055
Black with #45C055
Text Example
Text Example
White with #45C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C055; }
p { color: rgb(69,192,85); }
H1.HeaderClassName
{
color: #45C055;
}
.AnyTagClassName
{
color: #45C055;
}
</style>
background-color css
<style>
a { background-color: #45C055; }
a { background-color: rgb(69,192,85); }
div.DivClassName
{
background-color: #45C055;
}
.BgClassName
{
background-color: #45C055;
}
</style>
border-color css
<style>
span { border-color: #45C055; }
span { border-color: rgb(69,192,85); }
td.TdClassName
{
border-color: #45C055;
}
.TagClassName
{
border-color: #45C055;
}
</style>