Shades of Fruit Salad #45A142
Tints of Fruit Salad #45A142
RGB
CMYK
RGB Variations
Color information
#45A142 (or 0x45A142) is known color: Fruit Salad. HEX triplet: 45, A1 and 42. RGB value is (69,161,66). Sum of RGB (Red+Green+Blue) = 69+161+66=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #45A142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A142 is #BA5EBD. Grayscale: #7A7A7A. Windows color (decimal): -12213950 or 4366661. OLE color: 4366661.
HSL color Cylindrical-coordinate representation of color #45A142: hue angle of 118.11º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A142 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 66 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.37 |
| HSL | 118.11º | 0.42% | 0.45% | - |
| HSV(B) | 118.11º | 0.59% | 0.63% | - |
| XYZ | 16.18 | 27.15 | 9.54 | - |
| YUV | 122.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 66 | 0.57 | 0 | 0.59 | 0.37 | 118.11 | 0.42 | 0.45 |
| Hex | 45 | A1 | 42 | 39 | 0 | 3B | 25 | 76 | 2A | 2D |
| Octal | 105 | 241 | 102 | 71 | 0 | 73 | 45 | 166 | 52 | 55 |
| Binary | 1000101 | 10100001 | 1000010 | 111001 | 0 | 111011 | 100101 | 1110110 | 101010 | 101101 |
Color Harmonies of #45A142
Complementary color
Monochromatic Colors of #45A142
Black with #45A142
Text Example
Text Example
White with #45A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A142; }
p { color: rgb(69,161,66); }
H1.HeaderClassName
{
color: #45A142;
}
.AnyTagClassName
{
color: #45A142;
}
</style>
background-color css
<style>
a { background-color: #45A142; }
a { background-color: rgb(69,161,66); }
div.DivClassName
{
background-color: #45A142;
}
.BgClassName
{
background-color: #45A142;
}
</style>
border-color css
<style>
span { border-color: #45A142; }
span { border-color: rgb(69,161,66); }
td.TdClassName
{
border-color: #45A142;
}
.TagClassName
{
border-color: #45A142;
}
</style>