Shades of Fruit Salad #45C956
Tints of Fruit Salad #45C956
RGB
CMYK
RGB Variations
Color information
#45C956 (or 0x45C956) is known color: Fruit Salad. HEX triplet: 45, C9 and 56. RGB value is (69,201,86). Sum of RGB (Red+Green+Blue) = 69+201+86=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #45C956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C956 is #BA36A9. Grayscale: #949494. Windows color (decimal): -12203690 or 5687621. OLE color: 5687621.
HSL color Cylindrical-coordinate representation of color #45C956: hue angle of 127.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C956 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 86 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.21 |
| HSL | 127.73º | 0.55% | 0.53% | - |
| HSV(B) | 127.73º | 0.66% | 0.79% | - |
| XYZ | 25.02 | 43.71 | 15.92 | - |
| YUV | 148.42 | 92.77 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 86 | 0.66 | 0 | 0.57 | 0.21 | 127.73 | 0.55 | 0.53 |
| Hex | 45 | C9 | 56 | 42 | 0 | 39 | 15 | 80 | 37 | 35 |
| Octal | 105 | 311 | 126 | 102 | 0 | 71 | 25 | 200 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1010110 | 1000010 | 0 | 111001 | 10101 | 10000000 | 110111 | 110101 |
Color Harmonies of #45C956
Complementary color
Monochromatic Colors of #45C956
Black with #45C956
Text Example
Text Example
White with #45C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C956; }
p { color: rgb(69,201,86); }
H1.HeaderClassName
{
color: #45C956;
}
.AnyTagClassName
{
color: #45C956;
}
</style>
background-color css
<style>
a { background-color: #45C956; }
a { background-color: rgb(69,201,86); }
div.DivClassName
{
background-color: #45C956;
}
.BgClassName
{
background-color: #45C956;
}
</style>
border-color css
<style>
span { border-color: #45C956; }
span { border-color: rgb(69,201,86); }
td.TdClassName
{
border-color: #45C956;
}
.TagClassName
{
border-color: #45C956;
}
</style>