Shades of Fruit Salad #45B85A
Tints of Fruit Salad #45B85A
RGB
CMYK
RGB Variations
Color information
#45B85A (or 0x45B85A) is known color: Fruit Salad. HEX triplet: 45, B8 and 5A. RGB value is (69,184,90). Sum of RGB (Red+Green+Blue) = 69+184+90=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #45B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B85A is #BA47A5. Grayscale: #8B8B8B. Windows color (decimal): -12208038 or 5945413. OLE color: 5945413.
HSL color Cylindrical-coordinate representation of color #45B85A: hue angle of 130.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B85A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 184 | 90 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.28 |
| HSL | 130.96º | 0.45% | 0.5% | - |
| HSV(B) | 130.96º | 0.63% | 0.72% | - |
| XYZ | 21.44 | 36.28 | 15.55 | - |
| YUV | 138.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 184 | 90 | 0.62 | 0 | 0.51 | 0.28 | 130.96 | 0.45 | 0.5 |
| Hex | 45 | B8 | 5A | 3E | 0 | 33 | 1C | 83 | 2D | 32 |
| Octal | 105 | 270 | 132 | 76 | 0 | 63 | 34 | 203 | 55 | 62 |
| Binary | 1000101 | 10111000 | 1011010 | 111110 | 0 | 110011 | 11100 | 10000011 | 101101 | 110010 |
Color Harmonies of #45B85A
Complementary color
Monochromatic Colors of #45B85A
Black with #45B85A
Text Example
Text Example
White with #45B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B85A; }
p { color: rgb(69,184,90); }
H1.HeaderClassName
{
color: #45B85A;
}
.AnyTagClassName
{
color: #45B85A;
}
</style>
background-color css
<style>
a { background-color: #45B85A; }
a { background-color: rgb(69,184,90); }
div.DivClassName
{
background-color: #45B85A;
}
.BgClassName
{
background-color: #45B85A;
}
</style>
border-color css
<style>
span { border-color: #45B85A; }
span { border-color: rgb(69,184,90); }
td.TdClassName
{
border-color: #45B85A;
}
.TagClassName
{
border-color: #45B85A;
}
</style>