Shades of Fruit Salad #45B845
Tints of Fruit Salad #45B845
RGB
CMYK
RGB Variations
Color information
#45B845 (or 0x45B845) is known color: Fruit Salad. HEX triplet: 45, B8 and 45. RGB value is (69,184,69). Sum of RGB (Red+Green+Blue) = 69+184+69=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #45B845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B845 is #BA47BA. Grayscale: #888888. Windows color (decimal): -12208059 or 4569157. OLE color: 4569157.
HSL color Cylindrical-coordinate representation of color #45B845: hue angle of 120º 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 #45B845 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 184 | 69 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.28 |
| HSL | 120º | 0.45% | 0.5% | - |
| HSV(B) | 120º | 0.63% | 0.72% | - |
| XYZ | 20.67 | 35.98 | 11.48 | - |
| YUV | 136.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 184 | 69 | 0.62 | 0 | 0.62 | 0.28 | 120 | 0.45 | 0.5 |
| Hex | 45 | B8 | 45 | 3E | 0 | 3E | 1C | 78 | 2D | 32 |
| Octal | 105 | 270 | 105 | 76 | 0 | 76 | 34 | 170 | 55 | 62 |
| Binary | 1000101 | 10111000 | 1000101 | 111110 | 0 | 111110 | 11100 | 1111000 | 101101 | 110010 |
Color Harmonies of #45B845
Complementary color
Monochromatic Colors of #45B845
Black with #45B845
Text Example
Text Example
White with #45B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B845; }
p { color: rgb(69,184,69); }
H1.HeaderClassName
{
color: #45B845;
}
.AnyTagClassName
{
color: #45B845;
}
</style>
background-color css
<style>
a { background-color: #45B845; }
a { background-color: rgb(69,184,69); }
div.DivClassName
{
background-color: #45B845;
}
.BgClassName
{
background-color: #45B845;
}
</style>
border-color css
<style>
span { border-color: #45B845; }
span { border-color: rgb(69,184,69); }
td.TdClassName
{
border-color: #45B845;
}
.TagClassName
{
border-color: #45B845;
}
</style>