Shades of Fruit Salad #45AD4B
Tints of Fruit Salad #45AD4B
RGB
CMYK
RGB Variations
Color information
#45AD4B (or 0x45AD4B) is known color: Fruit Salad. HEX triplet: 45, AD and 4B. RGB value is (69,173,75). Sum of RGB (Red+Green+Blue) = 69+173+75=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD4B is #BA52B4. Grayscale: #838383. Windows color (decimal): -12210869 or 4959557. OLE color: 4959557.
HSL color Cylindrical-coordinate representation of color #45AD4B: hue angle of 123.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD4B is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 75 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.32 |
| HSL | 123.46º | 0.43% | 0.47% | - |
| HSV(B) | 123.46º | 0.6% | 0.68% | - |
| XYZ | 18.67 | 31.66 | 11.78 | - |
| YUV | 130.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 75 | 0.60 | 0 | 0.57 | 0.32 | 123.46 | 0.43 | 0.47 |
| Hex | 45 | AD | 4B | 3C | 0 | 39 | 20 | 7B | 2B | 2F |
| Octal | 105 | 255 | 113 | 74 | 0 | 71 | 40 | 173 | 53 | 57 |
| Binary | 1000101 | 10101101 | 1001011 | 111100 | 0 | 111001 | 100000 | 1111011 | 101011 | 101111 |
Color Harmonies of #45AD4B
Complementary color
Monochromatic Colors of #45AD4B
Black with #45AD4B
Text Example
Text Example
White with #45AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD4B; }
p { color: rgb(69,173,75); }
H1.HeaderClassName
{
color: #45AD4B;
}
.AnyTagClassName
{
color: #45AD4B;
}
</style>
background-color css
<style>
a { background-color: #45AD4B; }
a { background-color: rgb(69,173,75); }
div.DivClassName
{
background-color: #45AD4B;
}
.BgClassName
{
background-color: #45AD4B;
}
</style>
border-color css
<style>
span { border-color: #45AD4B; }
span { border-color: rgb(69,173,75); }
td.TdClassName
{
border-color: #45AD4B;
}
.TagClassName
{
border-color: #45AD4B;
}
</style>