Shades of Fruit Salad #45A94A
Tints of Fruit Salad #45A94A
RGB
CMYK
RGB Variations
Color information
#45A94A (or 0x45A94A) is known color: Fruit Salad. HEX triplet: 45, A9 and 4A. RGB value is (69,169,74). Sum of RGB (Red+Green+Blue) = 69+169+74=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #45A94A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A94A is #BA56B5. Grayscale: #808080. Windows color (decimal): -12211894 or 4892997. OLE color: 4892997.
HSL color Cylindrical-coordinate representation of color #45A94A: hue angle of 123º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A94A is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 74 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.34 |
| HSL | 123º | 0.42% | 0.47% | - |
| HSV(B) | 123º | 0.59% | 0.66% | - |
| XYZ | 17.88 | 30.14 | 11.35 | - |
| YUV | 128.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 74 | 0.59 | 0 | 0.56 | 0.34 | 123 | 0.42 | 0.47 |
| Hex | 45 | A9 | 4A | 3B | 0 | 38 | 22 | 7B | 2A | 2F |
| Octal | 105 | 251 | 112 | 73 | 0 | 70 | 42 | 173 | 52 | 57 |
| Binary | 1000101 | 10101001 | 1001010 | 111011 | 0 | 111000 | 100010 | 1111011 | 101010 | 101111 |
Color Harmonies of #45A94A
Complementary color
Monochromatic Colors of #45A94A
Black with #45A94A
Text Example
Text Example
White with #45A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A94A; }
p { color: rgb(69,169,74); }
H1.HeaderClassName
{
color: #45A94A;
}
.AnyTagClassName
{
color: #45A94A;
}
</style>
background-color css
<style>
a { background-color: #45A94A; }
a { background-color: rgb(69,169,74); }
div.DivClassName
{
background-color: #45A94A;
}
.BgClassName
{
background-color: #45A94A;
}
</style>
border-color css
<style>
span { border-color: #45A94A; }
span { border-color: rgb(69,169,74); }
td.TdClassName
{
border-color: #45A94A;
}
.TagClassName
{
border-color: #45A94A;
}
</style>