Shades of Fruit Salad #45C651
Tints of Fruit Salad #45C651
RGB
CMYK
RGB Variations
Color information
#45C651 (or 0x45C651) is known color: Fruit Salad. HEX triplet: 45, C6 and 51. RGB value is (69,198,81). Sum of RGB (Red+Green+Blue) = 69+198+81=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #45C651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C651 is #BA39AE. Grayscale: #929292. Windows color (decimal): -12204463 or 5359173. OLE color: 5359173.
HSL color Cylindrical-coordinate representation of color #45C651: hue angle of 125.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C651 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 81 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.22 |
| HSL | 125.58º | 0.53% | 0.52% | - |
| HSV(B) | 125.58º | 0.65% | 0.78% | - |
| XYZ | 24.13 | 42.25 | 14.67 | - |
| YUV | 146.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 81 | 0.65 | 0 | 0.59 | 0.22 | 125.58 | 0.53 | 0.52 |
| Hex | 45 | C6 | 51 | 41 | 0 | 3B | 16 | 7E | 35 | 34 |
| Octal | 105 | 306 | 121 | 101 | 0 | 73 | 26 | 176 | 65 | 64 |
| Binary | 1000101 | 11000110 | 1010001 | 1000001 | 0 | 111011 | 10110 | 1111110 | 110101 | 110100 |
Color Harmonies of #45C651
Complementary color
Monochromatic Colors of #45C651
Black with #45C651
Text Example
Text Example
White with #45C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C651; }
p { color: rgb(69,198,81); }
H1.HeaderClassName
{
color: #45C651;
}
.AnyTagClassName
{
color: #45C651;
}
</style>
background-color css
<style>
a { background-color: #45C651; }
a { background-color: rgb(69,198,81); }
div.DivClassName
{
background-color: #45C651;
}
.BgClassName
{
background-color: #45C651;
}
</style>
border-color css
<style>
span { border-color: #45C651; }
span { border-color: rgb(69,198,81); }
td.TdClassName
{
border-color: #45C651;
}
.TagClassName
{
border-color: #45C651;
}
</style>