Shades of Fruit Salad #45C652
Tints of Fruit Salad #45C652
RGB
CMYK
RGB Variations
Color information
#45C652 (or 0x45C652) is known color: Fruit Salad. HEX triplet: 45, C6 and 52. RGB value is (69,198,82). Sum of RGB (Red+Green+Blue) = 69+198+82=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #45C652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C652 is #BA39AD. Grayscale: #929292. Windows color (decimal): -12204462 or 5424709. OLE color: 5424709.
HSL color Cylindrical-coordinate representation of color #45C652: hue angle of 126.05º 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 #45C652 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 82 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.22 |
| HSL | 126.05º | 0.53% | 0.52% | - |
| HSV(B) | 126.05º | 0.65% | 0.78% | - |
| XYZ | 24.17 | 42.26 | 14.87 | - |
| YUV | 146.21 | 91.76 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 82 | 0.65 | 0 | 0.59 | 0.22 | 126.05 | 0.53 | 0.52 |
| Hex | 45 | C6 | 52 | 41 | 0 | 3B | 16 | 7E | 35 | 34 |
| Octal | 105 | 306 | 122 | 101 | 0 | 73 | 26 | 176 | 65 | 64 |
| Binary | 1000101 | 11000110 | 1010010 | 1000001 | 0 | 111011 | 10110 | 1111110 | 110101 | 110100 |
Color Harmonies of #45C652
Complementary color
Monochromatic Colors of #45C652
Black with #45C652
Text Example
Text Example
White with #45C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C652; }
p { color: rgb(69,198,82); }
H1.HeaderClassName
{
color: #45C652;
}
.AnyTagClassName
{
color: #45C652;
}
</style>
background-color css
<style>
a { background-color: #45C652; }
a { background-color: rgb(69,198,82); }
div.DivClassName
{
background-color: #45C652;
}
.BgClassName
{
background-color: #45C652;
}
</style>
border-color css
<style>
span { border-color: #45C652; }
span { border-color: rgb(69,198,82); }
td.TdClassName
{
border-color: #45C652;
}
.TagClassName
{
border-color: #45C652;
}
</style>