Shades of Fruit Salad #45A250
Tints of Fruit Salad #45A250
RGB
CMYK
RGB Variations
Color information
#45A250 (or 0x45A250) is known color: Fruit Salad. HEX triplet: 45, A2 and 50. RGB value is (69,162,80). Sum of RGB (Red+Green+Blue) = 69+162+80=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #45A250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A250 is #BA5DAF. Grayscale: #7D7D7D. Windows color (decimal): -12213680 or 5284421. OLE color: 5284421.
HSL color Cylindrical-coordinate representation of color #45A250: hue angle of 127.1º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A250 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 162 | 80 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.36 |
| HSL | 127.1º | 0.4% | 0.45% | - |
| HSV(B) | 127.1º | 0.57% | 0.64% | - |
| XYZ | 16.82 | 27.69 | 12.05 | - |
| YUV | 124.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 80 | 0.57 | 0 | 0.51 | 0.36 | 127.1 | 0.4 | 0.45 |
| Hex | 45 | A2 | 50 | 39 | 0 | 33 | 24 | 7F | 28 | 2D |
| Octal | 105 | 242 | 120 | 71 | 0 | 63 | 44 | 177 | 50 | 55 |
| Binary | 1000101 | 10100010 | 1010000 | 111001 | 0 | 110011 | 100100 | 1111111 | 101000 | 101101 |
Color Harmonies of #45A250
Complementary color
Monochromatic Colors of #45A250
Black with #45A250
Text Example
Text Example
White with #45A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A250; }
p { color: rgb(69,162,80); }
H1.HeaderClassName
{
color: #45A250;
}
.AnyTagClassName
{
color: #45A250;
}
</style>
background-color css
<style>
a { background-color: #45A250; }
a { background-color: rgb(69,162,80); }
div.DivClassName
{
background-color: #45A250;
}
.BgClassName
{
background-color: #45A250;
}
</style>
border-color css
<style>
span { border-color: #45A250; }
span { border-color: rgb(69,162,80); }
td.TdClassName
{
border-color: #45A250;
}
.TagClassName
{
border-color: #45A250;
}
</style>