Shades of Fruit Salad #45AF4D
Tints of Fruit Salad #45AF4D
RGB
CMYK
RGB Variations
Color information
#45AF4D (or 0x45AF4D) is known color: Fruit Salad. HEX triplet: 45, AF and 4D. RGB value is (69,175,77). Sum of RGB (Red+Green+Blue) = 69+175+77=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AF4D is #BA50B2. Grayscale: #848484. Windows color (decimal): -12210355 or 5091141. OLE color: 5091141.
HSL color Cylindrical-coordinate representation of color #45AF4D: hue angle of 124.53º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AF4D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 77 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.31 |
| HSL | 124.53º | 0.43% | 0.48% | - |
| HSV(B) | 124.53º | 0.61% | 0.69% | - |
| XYZ | 19.12 | 32.46 | 12.28 | - |
| YUV | 132.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 77 | 0.61 | 0 | 0.56 | 0.31 | 124.53 | 0.43 | 0.48 |
| Hex | 45 | AF | 4D | 3D | 0 | 38 | 1F | 7D | 2B | 30 |
| Octal | 105 | 257 | 115 | 75 | 0 | 70 | 37 | 175 | 53 | 60 |
| Binary | 1000101 | 10101111 | 1001101 | 111101 | 0 | 111000 | 11111 | 1111101 | 101011 | 110000 |
Color Harmonies of #45AF4D
Complementary color
Monochromatic Colors of #45AF4D
Black with #45AF4D
Text Example
Text Example
White with #45AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF4D; }
p { color: rgb(69,175,77); }
H1.HeaderClassName
{
color: #45AF4D;
}
.AnyTagClassName
{
color: #45AF4D;
}
</style>
background-color css
<style>
a { background-color: #45AF4D; }
a { background-color: rgb(69,175,77); }
div.DivClassName
{
background-color: #45AF4D;
}
.BgClassName
{
background-color: #45AF4D;
}
</style>
border-color css
<style>
span { border-color: #45AF4D; }
span { border-color: rgb(69,175,77); }
td.TdClassName
{
border-color: #45AF4D;
}
.TagClassName
{
border-color: #45AF4D;
}
</style>