Shades of Fruit Salad #45AE51
Tints of Fruit Salad #45AE51
RGB
CMYK
RGB Variations
Color information
#45AE51 (or 0x45AE51) is known color: Fruit Salad. HEX triplet: 45, AE and 51. RGB value is (69,174,81). Sum of RGB (Red+Green+Blue) = 69+174+81=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE51 is #BA51AE. Grayscale: #848484. Windows color (decimal): -12210607 or 5353029. OLE color: 5353029.
HSL color Cylindrical-coordinate representation of color #45AE51: hue angle of 126.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AE51 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 174 | 81 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.32 |
| HSL | 126.86º | 0.43% | 0.48% | - |
| HSV(B) | 126.86º | 0.6% | 0.68% | - |
| XYZ | 19.08 | 32.13 | 12.98 | - |
| YUV | 132 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 174 | 81 | 0.60 | 0 | 0.53 | 0.32 | 126.86 | 0.43 | 0.48 |
| Hex | 45 | AE | 51 | 3C | 0 | 35 | 20 | 7F | 2B | 30 |
| Octal | 105 | 256 | 121 | 74 | 0 | 65 | 40 | 177 | 53 | 60 |
| Binary | 1000101 | 10101110 | 1010001 | 111100 | 0 | 110101 | 100000 | 1111111 | 101011 | 110000 |
Color Harmonies of #45AE51
Complementary color
Monochromatic Colors of #45AE51
Black with #45AE51
Text Example
Text Example
White with #45AE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AE51; }
p { color: rgb(69,174,81); }
H1.HeaderClassName
{
color: #45AE51;
}
.AnyTagClassName
{
color: #45AE51;
}
</style>
background-color css
<style>
a { background-color: #45AE51; }
a { background-color: rgb(69,174,81); }
div.DivClassName
{
background-color: #45AE51;
}
.BgClassName
{
background-color: #45AE51;
}
</style>
border-color css
<style>
span { border-color: #45AE51; }
span { border-color: rgb(69,174,81); }
td.TdClassName
{
border-color: #45AE51;
}
.TagClassName
{
border-color: #45AE51;
}
</style>